mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 14:05:40 +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
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = '17'
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
buildConfig = true
|
||||
|
|
Loading…
Reference in a new issue