is there any plan to write a build system+package mgr for kotlin native like swiftPM?
r
rootandy
01/23/2018, 8:59 AM
you can play around a little bit with maven - that's how we solved it
rootandy
01/23/2018, 9:25 AM
sorry - @gildor is right natively maven doesn't support kotlin (klib) - we used it for this half-manual mode
s
sksk
01/23/2018, 1:06 PM
i hope they won't stick with gradle, it is so slow..
g
gildor
01/23/2018, 2:16 PM
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
olonho
01/24/2018, 10:32 AM
we're working on having some solution for .klibs around Gradle+Maven