updates of dokka

This commit is contained in:
2020-11-10 17:09:14 +06:00
parent c59e601e2e
commit 5b596c76e0
16 changed files with 246 additions and 21 deletions

View File

@@ -1,24 +0,0 @@
plugins {
id "org.jetbrains.kotlin.multiplatform"
id "org.jetbrains.kotlin.plugin.serialization"
id "com.android.library"
id "kotlin-android-extensions"
}
apply from: "$mppAndroidProjectPresetPath"
kotlin {
sourceSets {
commonMain {
dependencies {
api internalProject("micro_utils.repos.common")
api internalProject("micro_utils.coroutines")
}
}
androidMain {
dependencies {
implementation "androidx.core:core-ktx:$core_ktx_version"
}
}
}
}

View File

@@ -1 +0,0 @@
<manifest package="${manifestPackage}"/>