I see. So how to detect which library will be avai...
# kotlin-native
o
I see. So how to detect which library will be available in both: Kotlin and Kotlin-Native, aka Android and iOS?
s
For now I think the best way is to check the lib documentation, or see if the lib is advertising itself as kotlin mpp. Right now there aren't that many libs, and most are provided via JetBrains. kotlinx.serialization, ktor, kotlinx.coroutines, etc
o
Sounds like there is a lack of “awesome” list for Kotlin-Native
s
They added the ability for kotlin/native to distribute libs pretty recently
The entire ecosystem is a baby
r
There's this which hasn't updated in a while: https://github.com/bipinvaylu/awesome-kotlin-native
Also Kevin Galligan talked through a list at KotlinConf

https://youtu.be/Dul17VSiejo?t=1439

👍 1
🎉 1
o
Cool, have to check this out, thank you!