(also `konanc -version` prints `kotlinc-native 1.2...
# kotlin-native
d
(also
konanc -version
prints
kotlinc-native 1.2-SNAPSHOT (JRE 1.8.0_152-b16)
however I'm sure I downloaded kotlin/native from v0.5 release on github, it's a bit confusing why versions are different 😕)
p
Kotlin/Native 0.5 prints only Kotlin language version., which is 1.2. This is going to be fixed in 0.6
👍 1