Update mppAndroidProject.gradle

This commit is contained in:
InsanusMokrassar 2023-11-02 19:20:55 +06:00 committed by GitHub
parent c5c7fd26e4
commit 11ac3aebda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,11 @@ project.group = "$group"
kotlin { kotlin {
android { android {
publishAllLibraryVariants() publishAllLibraryVariants()
compilations.all {
kotlinOptions {
jvmTarget = "17"
}
}
} }
sourceSets { sourceSets {