common: make Android JVM target be 11 as well

This commit is contained in:
Harsh Shandilya 2021-09-08 02:08:31 +05:30
parent 4a41d8af95
commit 933a93e745
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -8,7 +8,7 @@ plugins {
}
kotlin {
android()
android() { compilations.all { kotlinOptions.jvmTarget = "11" } }
jvm("desktop") { compilations.all { kotlinOptions.jvmTarget = "11" } }
sourceSets {
// Workaround for: