https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

kpgalligan

12/14/2018, 2:15 AM
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

coletz

12/14/2018, 2:30 AM
as e5l stated, it's a ktor internal bug. Fix will be available in the next minor release of ktor
k

kpgalligan

12/14/2018, 2:31 AM
Hmm. why does kotlinconf app work, though?
are you using kotlin version < 1.3.11?
k

kpgalligan

12/14/2018, 2:32 AM
1.3.11
c

coletz

12/14/2018, 2:32 AM
try switching back to 1.3.10, it should work
k

kpgalligan

12/14/2018, 2:33 AM
Ahhhh! Will do, thanks!
c

coletz

12/14/2018, 2:34 AM
just an "hack" waiting for the next ktor release 😁
k

kpgalligan

12/14/2018, 2:43 AM
OMG. That worked. Thanks!
👍 3
11 Views