I am very excited for some K/N shared code between...
# kotlin-native
t
I am very excited for some K/N shared code between Android and iOS. Just need that serialization and ktor client to get just a little further… 🙂
e
You could use ktor
0.9.4-alpha-2
with ios and android clients
👍 1
k
Yeah, been using
0.9.4-alpha-2
on my practice project (https://github.com/RR12/mpp-playground). Working great so far. will be more awesome after we got the coroutines multithreading support for K/N since currently can only use the main queue.
metal 1
👍 1
t
This looks great, thank you for making your code public. I am still a n00b wrt gradle files and it is nice to see the latest and greatest in a working sample.
g
@khairil.ushan I am new to kotlin native and have a question. Is the mpp-playground-native module of the project only used in the mpp-playground-client-ios part of the project?
k
Hi @gbaldeck. this Kotlin MPP & K/N world also new for me. And yes,
mpp-playground-native
only used in
mpp-playground-client-ios
Hi @tylerwilson hope you can find it useful for you. Me to still try to understand all these stuff Kotlin multiplatform world. 😄
Actually what I did, just learn by copy-paste from many samples that Jetbrains team provide us. 😄