Kotlin/Native `README.md` mentions composite build...
# kotlin-native
d
Kotlin/Native
README.md
mentions composite build with
kotlinProjectPath
property. Does anyone know how to find out which kotlin versions it’s compatible with? (Is it
kotlinVersion
value from
gradle.properties
?)
On master
kotlinVersion=1.3-M2-eap-105
. However, there is no such kotlin branch or tag. I tried building with few versions not far off but compilations fails 😞
(Independently, both Kotlin/Native and Kotlin build without errors.)
o
generally, composite build this days are somewhat hard to use, as both Kotlin and Kotlin/Native move fast
s
You can try your luck with
db007f0633e2f2aa9908b370ad238c5041c38362
revision, but it is not exactly the same as
1.3-M2-eap-105
.
d
This revision worked, thank you!