mirror of
https://github.com/InsanusMokrassar/KotlinMultiplatformProjectTemplate.git
synced 2024-11-24 19:18:51 +00:00
Update mppAndroidProject.gradle
This commit is contained in:
parent
c5c7fd26e4
commit
11ac3aebda
@ -6,6 +6,11 @@ project.group = "$group"
|
||||
kotlin {
|
||||
android {
|
||||
publishAllLibraryVariants()
|
||||
compilations.all {
|
||||
kotlinOptions {
|
||||
jvmTarget = "17"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
Loading…
Reference in New Issue
Block a user