Skip to content

Commit

Permalink
Update JVM target to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbeth committed Jan 5, 2024
1 parent 91353a8 commit 557f8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

/* JVM Bytecode Options */
def javaVersion = JavaVersion.VERSION_1_8
def javaVersion = JavaVersion.VERSION_17
kotlinOptions {
jvmTarget = javaVersion.toString()
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
Expand Down

0 comments on commit 557f8ae

Please sign in to comment.