Can I kotlin-native compile a Maven project with all its dependencies? (mac OS X)
c
Cyrille QUÉMIN
03/03/2019, 5:39 PM
What do you mean exactly ? what sort of output are you expecting ? native ? multiplatform?
a
asad.awadia
03/03/2019, 5:44 PM
A kexe file that i can share just like a fat jar file that tuns on darwin/mac os x
asad.awadia
03/03/2019, 5:44 PM
Nothing fancy - no ui - but has some coroutines
u
uli
03/03/2019, 6:20 PM
You mean compile a Kotlin project with java dependencies to native? Then no. This is not the goal of Kotlin native. There are other tools for that.
But you can compile pure Kotlin and have interop with C and Obj-C.
a
asad.awadia
03/03/2019, 6:21 PM
Yeah that’s what I thought- just wanted to confirm