File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
compiler-plugin/gradle-plugin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
1414 }
1515}
1616plugins {
17- id ' org.jetbrains.kotlin.multiplatform' version ' 1.4.31 '
17+ id ' org.jetbrains.kotlin.multiplatform' version ' 1.5.0-M2 '
1818}
1919apply plugin : ' compiler.gradleplugin.helloworld'
2020
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.jetbrains.kotlin.jvm' version ' 1.4.31 '
2+ id ' org.jetbrains.kotlin.jvm' version ' 1.5.0-M2 '
33}
44apply plugin : " maven"
55
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ gradlePlugin {
2525}
2626
2727dependencies {
28- implementation " org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.4.31 "
28+ implementation " org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.5.0-M2 "
2929}
You can’t perform that action at this time.
0 commit comments