Skip to content

Commit 61d22cb

Browse files
committed
update to Kotlin 1.5.0
1 parent eebf2d4 commit 61d22cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
}
1515
}
1616
plugins {
17-
id 'org.jetbrains.kotlin.multiplatform' version '1.5.0-M2'
17+
id 'org.jetbrains.kotlin.multiplatform' version '1.5.0'
1818
}
1919
apply plugin: 'compiler.gradleplugin.helloworld'
2020

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.jetbrains.kotlin.jvm' version '1.5.0-M2'
2+
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
33
}
44
apply plugin: "maven"
55

0 commit comments

Comments
 (0)