https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
i

ivan.savytskyi

03/21/2019, 4:18 PM
hey folks I’m a little confused regarding the versioning of KN. So if I use MPP Gradle plugin with Kotlin version
1.3.21
what version of KN it uses? Running the build with info I see
kotlin-native-macos-1.1.2
but I can’t figure out where is this configuration comes from? And how for instance to configure MPP plugin to use different KN version (I saw from change logs that new `1.2.0`one is available)
o

olonho

03/21/2019, 4:33 PM
please disregard internal components versions, such as K/N tarball versions, there's only one version, Kotlin 1.3.21.
🙏 2