mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 22:15:41 +03:00
Merge pull request #4321 from nextcloud/build/noid/lockKotlinJavaVersion
Lock kotlin java version
This commit is contained in:
commit
749adf3ed8
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue