Skip to content

Commit

Permalink
Use the Java version contant instead of a string
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Feb 26, 2024
1 parent d0e24ac commit 52ed71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
}

kotlinOptions {
jvmTarget = "17"
jvmTarget = JavaVersion.VERSION_17.toString()
}

compileOptions {
Expand Down

0 comments on commit 52ed71e

Please sign in to comment.