Join Slack
Powered by
Is is possible to compile Kotlin/Native to .dll, ....
# kotlin-native
m
mohamed rejeb
10/06/2023, 7:21 AM
Is is possible to compile Kotlin/Native to .dll, .jnilib and .so and use it with JVM with JNI ?
o
Oleg Yukhnevich
10/06/2023, 8:02 AM
Yes, it’s possible Here is simple example:
https://github.com/whyoleg/kotlin-interop-playground/tree/main/native-to-jvm
thank you color
1
m
mohamed rejeb
10/06/2023, 8:18 AM
Thanks for sharing
2
Views
Open in Slack
Previous
Next