add android tools

This commit is contained in:
2020-11-10 15:43:15 +06:00
parent 97dadf517a
commit 5ce71ee6f6
44 changed files with 862 additions and 31 deletions

View File

@@ -6,3 +6,19 @@ plugins {
}
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 +1 @@
<manifest package="dev.inmo.repos.android"/>
<manifest package="${manifestPackage}"/>