how much of the kotlin stdlib is usable in native?
# kotlin-native
k
how much of the kotlin stdlib is usable in native?
s
t
About the standard lib... Unless my installation is broken somehow, Kotlin/Native seems to be missing the
also
method introduced in Kotlin 1.1: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/also.html
o
currently we try to cover all non-JVM non-reflection related parts