not trying to take shorcuts, but in case someone c...
# kotlin-native
k
not trying to take shorcuts, but in case someone can RTFM in the right direction:
o
please try explict
platform.posix.size_t
k
that work. thanks!
funny that
import platform.*
was there.
o
size_t was imported from more than one module, so none was taken
k
aha, thanks very much from the explanation, makes lots of sense.
Thanks for your assistance yesterday, I was able to move forward with my test
I have sent a PR to add the handler of the body in the libcurl example: https://github.com/JetBrains/kotlin-native/pull/1259