intersect

This commit is contained in:
2021-11-17 14:22:45 +06:00
parent aa45a4ab13
commit fb63de7568
4 changed files with 39 additions and 0 deletions

View File

@@ -5,3 +5,13 @@ plugins {
}
apply from: "$mppProjectWithSerializationPresetPath"
kotlin {
sourceSets {
commonMain {
dependencies {
api project(":micro_utils.common")
}
}
}
}