Skip to content

Commit

Permalink
Update to Kotlin 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 22, 2024
1 parent 4ce6c36 commit 16eb39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ configure<JavaPluginExtension> {
targetCompatibility = JavaVersion.VERSION_11
}
configure<mb.gradle.config.MetaborgExtension> {
kotlinApiVersion = "1.2"
kotlinLanguageVersion = "1.2"
kotlinApiVersion = "1.3"
kotlinLanguageVersion = "1.3"
}

dependencies {
Expand Down

0 comments on commit 16eb39c

Please sign in to comment.