mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 22:29:09 +00:00
Merge pull request #2094 from nextcloud/remove-jvmTarget-1.8-for-kotlin
Remove kotlin option jvmTarget = "1.8"
This commit is contained in:
commit
a4e396322c
@ -338,9 +338,3 @@ detekt {
|
||||
config = files("../detekt.yml")
|
||||
input = files("src/")
|
||||
}
|
||||
|
||||
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user