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 {
|
kotlin {
|
||||||
android {
|
android {
|
||||||
publishAllLibraryVariants()
|
publishAllLibraryVariants()
|
||||||
|
compilations.all {
|
||||||
|
kotlinOptions {
|
||||||
|
jvmTarget = "17"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
Loading…
Reference in New Issue
Block a user