Skip to content

Commit

Permalink
Add @Suppress("UnstableApiUsage") because of JvmVendorSpec.JETBRAINS
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Oct 6, 2023
1 parent d749cd8 commit 3c136db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {

// Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
kotlin {
@Suppress("UnstableApiUsage")
jvmToolchain {
languageVersion = JavaLanguageVersion.of(17)
vendor = JvmVendorSpec.JETBRAINS
Expand Down

0 comments on commit 3c136db

Please sign in to comment.