mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01: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
|
targetCompatibility JavaVersion.VERSION_17
|
||||||
}
|
}
|
||||||
|
|
||||||
|
kotlinOptions {
|
||||||
|
jvmTarget = '17'
|
||||||
|
}
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding true
|
viewBinding true
|
||||||
buildConfig = true
|
buildConfig = true
|
||||||
|
Loading…
Reference in New Issue
Block a user