Skip to content

Commit

Permalink
Merge pull request #4321 from nextcloud/build/noid/lockKotlinJavaVersion
Browse files Browse the repository at this point in the history
Lock kotlin java version
  • Loading branch information
AndyScherzinger authored Oct 7, 2024
2 parents f6d020e + 006ec3b commit 749adf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ android {
targetCompatibility JavaVersion.VERSION_17
}

kotlinOptions {
jvmTarget = '17'
}

buildFeatures {
viewBinding true
buildConfig = true
Expand Down

0 comments on commit 749adf3

Please sign in to comment.