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
1 changed files with 5 additions and 0 deletions

View File

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