Wizard: introduce mobile mpp module template & allow module templates for mpp modules

This commit is contained in:
Ilya Kirillov
2020-10-02 20:13:04 +03:00
parent ac6b9e4aa0
commit d547cb9ee6
29 changed files with 594 additions and 392 deletions
@@ -17,6 +17,7 @@ version = '1.0-SNAPSHOT'
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'KOTLIN_REPO' }
}
@@ -17,6 +17,7 @@ version = "1.0-SNAPSHOT"
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url = uri("KOTLIN_REPO") }
}