Could not find org.jetbrains.kotlin:kotlin-native-shared:0.8.
was that my project was using gradle
4.7
. It seems that K/N
0.8
requires
4.8.1
, at least for multiplatform projects
i
ilya.matveev
07/16/2018, 4:44 AM
K/N 0.8 is compiled against Gradle 4.7 so it shouldn't be the cause. But the first 0.8 build uploaded to the plugin portal did have this problem. Did you get the plugin from the plugin portal?