Skip to content

Commit 16eb39c

Browse files
committed
Update to Kotlin 1.3
1 parent 4ce6c36 commit 16eb39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ configure<JavaPluginExtension> {
6767
targetCompatibility = JavaVersion.VERSION_11
6868
}
6969
configure<mb.gradle.config.MetaborgExtension> {
70-
kotlinApiVersion = "1.2"
71-
kotlinLanguageVersion = "1.2"
70+
kotlinApiVersion = "1.3"
71+
kotlinLanguageVersion = "1.3"
7272
}
7373

7474
dependencies {

0 commit comments

Comments
 (0)