Skip to content

Commit 6a5fdc6

Browse files
committed
Upgrade Gradle Kotlin Plugin
1 parent 248cd70 commit 6a5fdc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.4.32'
2+
ext.kotlinVersion = '1.5.31'
33
repositories {
44
mavenCentral()
55
maven { url 'https://plugins.gradle.org/m2' }
@@ -147,7 +147,7 @@ subprojects { subproject ->
147147

148148
compileTestKotlin {
149149
kotlinOptions {
150-
jvmTarget = '1.8'
150+
jvmTarget = '11'
151151
}
152152
}
153153

0 commit comments

Comments
 (0)