Merge pull request #4321 from nextcloud/build/noid/lockKotlinJavaVersion

Lock kotlin java version
This commit is contained in:
Andy Scherzinger 2024-10-07 19:02:26 +02:00 committed by GitHub
commit 749adf3ed8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,6 +126,10 @@ android {
targetCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17
} }
kotlinOptions {
jvmTarget = '17'
}
buildFeatures { buildFeatures {
viewBinding true viewBinding true
buildConfig = true buildConfig = true