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