Hello Kotliners, I'm new to Kotlin but longtime ex...
# announcements
p
Hello Kotliners, I'm new to Kotlin but longtime experience with Java, C(++). My host is an Android Tablet (linux aarch64) with termux (and nearly full linux dist/terminal emulator) as dev environment and have no issue to use NDK with clang 12.0.1 for crosscompiling and latest GraalVM working perfectly. I have no Desktop/Notebook etc (Digital Nomade). Then I tried Kotlin/Native without success, because of incompatibility of my OS. Is there a workaround for my platform? What about rebuilding the kotlin/native module from source and hacking my OS into the Platform.kt? My use-case is to work with executables/libraries written in Kotlin with cinterop. Thank you in advance
s
Do you work on the new Apple M1 processor? because native support for that is coming in the next release of Kotlin (1.5.30): https://blog.jetbrains.com/kotlin/2021/07/kotlin-1-5-30-m1-released/#apple-silicon-support Given that Apple M1 is explicitly mentioned, I'd have assumed that native support for Apple on Intel is already a given 🤔
p
Hello Stephan. No I'm working on an Android Device. Samsung Galaxy Tab S 4 with a linux aarch64 machine. Kotlin/Native supports arm64 architecture but not aarch64 machines. I wonder, which steps are needed to make my OS available.