Skip to content

Commit

Permalink
Update comment of kotlin compatibility config
Browse files Browse the repository at this point in the history
Signed-off-by: Taeik Lim <[email protected]>
  • Loading branch information
acktsap committed Oct 17, 2024
1 parent 4f498e4 commit 203ae5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlin {
"-Xjsr305=strict", // enable jsr305 null-safety in kotlin
)
jvmTarget = JvmTarget.JVM_17 // make class files for this version
languageVersion = KotlinVersion.KOTLIN_1_6 // code level
apiVersion = KotlinVersion.KOTLIN_1_6 // runtime level
languageVersion = KotlinVersion.KOTLIN_1_6 // language feature level
apiVersion = KotlinVersion.KOTLIN_1_6 // std api level
}
}

0 comments on commit 203ae5c

Please sign in to comment.