We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebf2d4 commit 61d22cbCopy full SHA for 61d22cb
build.gradle
@@ -14,7 +14,7 @@ buildscript {
14
}
15
16
plugins {
17
- id 'org.jetbrains.kotlin.multiplatform' version '1.5.0-M2'
+ id 'org.jetbrains.kotlin.multiplatform' version '1.5.0'
18
19
apply plugin: 'compiler.gradleplugin.helloworld'
20
buildSrc/build.gradle
@@ -1,5 +1,5 @@
1
2
- id 'org.jetbrains.kotlin.jvm' version '1.5.0-M2'
+ id 'org.jetbrains.kotlin.jvm' version '1.5.0'
3
4
apply plugin: "maven"
5
0 commit comments