Skip to content

Commit 4b20202

Browse files
committed
Update to Kotlin 1.7.10
1 parent e8b38f5 commit 4b20202

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.jetbrains.kotlin.jvm' version '1.6.0'
3+
id 'org.jetbrains.kotlin.jvm' version '1.7.10'
44
}
55

66
sourceCompatibility = 1.8

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Wed Dec 18 22:46:33 GMT 2019
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
33
distributionBase=GRADLE_USER_HOME
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists

kotlin-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin-api"
1111
compileOnly "org.jetbrains.kotlin:kotlin-compiler-embeddable"
1212

13-
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.5'
13+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.9'
1414
testImplementation 'junit:junit:4.12'
1515
testImplementation 'org.jetbrains.kotlin:kotlin-compiler-embeddable'
1616
}

0 commit comments

Comments
 (0)