Kiet

Results 16 comments of Kiet

Note: I was able to fix this by installing the artic fox beta release: https://developer.android.com/studio/preview and using that to open the project.

Will do. Still WIP will let you know when it's ready.

Messed up the git history for this PR, closing and making a new one.

Will do, just making issues to keep track. Will eventually get to it when I get back into Korge devlopment.

Really looking forward to this, would it be possible to release now and support iOS later?

I have fixed this in my fork https://github.com/KietSam/Wuxiaworld-2-eBook

Thanks that works but I would still like to be able to disable certain benchmark methods to avoid re-running methods that I've already ran in the past. e.g: ``` @Benchmark...

The code that does this: commonMain/com/soywiz/korio/serialization/json/Json.kt:172

I don't think it should be **implicitly** converted to a JSON string though. I believe this behavior should be made more explicit. A suggestion I have is to use value...

A workaround for anyone that runs into this issue. Use `HttpClient` instead. suspend fun putData2(): Any { return client.request( Http.Method.PUT, "https://.com/users/mike/name.json", content = """ { "first": "Jack", "last": "Sparrow" }...