mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-09-07 16:59:39 +00:00
migrate onto new android dsl
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
id "org.jetbrains.kotlin.plugin.serialization"
|
||||
id "com.android.library"
|
||||
id "com.android.kotlin.multiplatform.library"
|
||||
id "org.jetbrains.dokka"
|
||||
}
|
||||
|
||||
@@ -11,13 +11,17 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
apply from: "$defaultAndroidSettings"
|
||||
|
||||
kotlin {
|
||||
jvm()
|
||||
js(IR) {
|
||||
browser()
|
||||
nodejs()
|
||||
}
|
||||
androidTarget {}
|
||||
android {
|
||||
project.ext.configureAndroidTarget(delegate)
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
commonMain {
|
||||
@@ -137,5 +141,3 @@ dokka {
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
apply from: "$defaultAndroidSettings"
|
||||
|
||||
Reference in New Issue
Block a user