diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 2990ea68..b8cf539f 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } kotlin { - android() + android() { compilations.all { kotlinOptions.jvmTarget = "11" } } jvm("desktop") { compilations.all { kotlinOptions.jvmTarget = "11" } } sourceSets { // Workaround for: