Skip to content

Commit

Permalink
build(deps): Update Kotlin to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed May 28, 2024
1 parent 1a80aeb commit fc8893b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ java {
}
}

tasks.withType<KotlinJvmCompile> {
kotlinOptions {
jvmTarget = "17"
kotlin {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_17)
}
}

Expand Down

0 comments on commit fc8893b

Please sign in to comment.