mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
common: make Android JVM target be 11 as well
This commit is contained in:
parent
4a41d8af95
commit
933a93e745
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
android()
|
android() { compilations.all { kotlinOptions.jvmTarget = "11" } }
|
||||||
jvm("desktop") { compilations.all { kotlinOptions.jvmTarget = "11" } }
|
jvm("desktop") { compilations.all { kotlinOptions.jvmTarget = "11" } }
|
||||||
sourceSets {
|
sourceSets {
|
||||||
// Workaround for:
|
// Workaround for:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue