Harmony OS utilizes ArkTS, an extended syntax of TS, for high-level development, and it also supports .so libraries compiled by C++, similar to Android. ArkTS is analogous to Java on Android, and the Harmony Native I'm referring to is similar to Android Native.
We are attempting to run Kotlin Native on Harmony. Currently, Harmony uses LLVM 15, while Kotlin Native uses LLVM 11, which presents a significant version gap. If the LLVM in Kotlin Native is upgraded to LLVM 15, it would likely facilitate our porting process.
Furthermore, does JetBrains officially plan to support Harmony Native? Or could they provide some guidance? This would be of great assistance to us and also beneficial to the Kotlin ecosystem!