Just curious if anyone has run Kotlin on ARM proce...
# announcements
d
Just curious if anyone has run Kotlin on ARM processors? Any caveats?
k
If you get a JVM running it should be exactly the same, for native looks like it's supported as well: https://github.com/JetBrains/kotlin-native/issues/458
u
android is mostly arm
k
Yeah and that's on a JVM, so it works exactly the same.
d