Closed bopbi closed 2 years ago
Hi thanks for the report!
Ktor 2.0 actually dropped support for the old memory model.
Please try and use the -new-mm
version with the new memory model.
thanks for help, now i am able to run it after add the -new-mm
on the library version and add kotlin.native.binary.memoryModel=experimental
on the gradle.properties
i will close the issue
When i try to grab a response string using Ktor 2.0.0
bodyAsText
it show this errorthe suspend function looks like this
and the error