Warning annotation

This commit is contained in:
2020-11-26 18:01:12 +06:00
parent b82c3864a0
commit 091bb1394f
4 changed files with 28 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ kotlin {
}
}
jvmMain {
dependencies {
api internalProject("micro_utils.common")
}
}
androidMain {
dependencies {
api "androidx.core:core-ktx:$core_ktx_version"