is there any plan to write a build system+package ...
# kotlin-native
a
is there any plan to write a build system+package mgr for kotlin native like swiftPM?
r
you can play around a little bit with maven - that's how we solved it
sorry - @gildor is right natively maven doesn't support kotlin (klib) - we used it for this half-manual mode
s
i hope they won't stick with gradle, it is so slow..
g
It's very debatable statement, that Gradle slower than other build systems, especially in case of incremental builds. There is a lot variables in build speed and its not so straight forward to measure and compare. Also, Gradle performance is hardly bottleneck in case of K/N compilation
o
we're working on having some solution for .klibs around Gradle+Maven
👍 1
g
@olonho Is this solution will be based on maven-publish plugin for library publishing? Something like https://blog.gradle.org/introducing-the-new-cpp-plugins#publishing-c-libraries