Can I kotlin-native compile a Maven project with a...
# kotlin-native
a
Can I kotlin-native compile a Maven project with all its dependencies? (mac OS X)
c
What do you mean exactly ? what sort of output are you expecting ? native ? multiplatform?
a
A kexe file that i can share just like a fat jar file that tuns on darwin/mac os x
Nothing fancy - no ui - but has some coroutines
u
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
Yeah that’s what I thought- just wanted to confirm