Join Slack
Powered by
how much of the kotlin stdlib is usable in native?
# kotlin-native
k
kevinherron
07/25/2017, 5:25 PM
how much of the kotlin stdlib is usable in native?
s
suresh
07/26/2017, 6:48 PM
https://github.com/JetBrains/kotlin-native/tree/master/runtime/src/main/kotlin/kotlin
- this might give some details.
t
tunedal
07/26/2017, 7:00 PM
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
olonho
07/27/2017, 8:58 AM
currently we try to cover all non-JVM non-reflection related parts
5
Views
Open in Slack
Previous
Next