I'm trying to understand the possibilities of `.kl...
# kotlin-native
d
I'm trying to understand the possibilities of
.klib
artifacts. I saw examples of usage inside KN world, but I wonder if there a way I could make gradle library module with KN code and use it - as dependency in plain JVM Android Project? - as dependency in Android Project with KN? - as dependency in ios project, built with KN?
o
.klibs are intended to be artefact similar to .jar, but specific for Kotlin/Native, so it unlikely makes sense in JVM projects