fixes in gradle files

This commit is contained in:
2020-11-11 16:06:44 +06:00
parent 5ebf29d1fb
commit efcb25622e
3 changed files with 11 additions and 2 deletions

View File

@@ -4,7 +4,9 @@ project.group = "$group"
apply from: "$publishGradlePath"
kotlin {
android {}
android {
publishAllLibraryVariants()
}
sourceSets {
commonMain {