fixes in templates

This commit is contained in:
InsanusMokrassar 2020-09-28 12:02:32 +06:00
parent c1566f0c53
commit ff27adb0f1
2 changed files with 2 additions and 1 deletions

View File

@ -4,10 +4,10 @@ project.group = "$group"
apply from: "$publishGradlePath"
repositories {
mavenLocal()
jcenter()
mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" }
mavenLocal()
}
kotlin {

View File

@ -7,6 +7,7 @@ repositories {
jcenter()
mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" }
mavenLocal()
}
kotlin {