I'm integrating ktor in our droidcon app and ran i...
# multiplatform
k
I'm integrating ktor in our droidcon app and ran into a frustrating wrinkle. I'm getting a mutability exception inside the native client call, but have been looking at the source from ktor and kotlinconf app and still have no idea what's happening. Post of calling code to follow...
c
as e5l stated, it's a ktor internal bug. Fix will be available in the next minor release of ktor
k
Hmm. why does kotlinconf app work, though?
are you using kotlin version < 1.3.11?
k
1.3.11
c
try switching back to 1.3.10, it should work
k
Ahhhh! Will do, thanks!
c
just an "hack" waiting for the next ktor release 😁
k
OMG. That worked. Thanks!
👍 3