I see. So how to detect which library will be available in both: Kotlin and Kotlin-Native, aka Android and iOS?
s
spierce7
10/19/2018, 4:06 PM
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
oleksandr.stepanov
10/19/2018, 4:08 PM
Sounds like there is a lack of “awesome” list for Kotlin-Native
s
spierce7
10/19/2018, 4:10 PM
They added the ability for kotlin/native to distribute libs pretty recently