mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
Merge pull request #4321 from nextcloud/build/noid/lockKotlinJavaVersion
Lock kotlin java version
This commit is contained in:
commit
749adf3ed8
@ -126,6 +126,10 @@ android {
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = '17'
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
buildConfig = true
|
||||
|
Loading…
Reference in New Issue
Block a user