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" apply from: "$publishGradlePath"
repositories { repositories {
mavenLocal()
jcenter() jcenter()
mavenCentral() mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" } maven { url "https://kotlin.bintray.com/kotlinx" }
mavenLocal()
} }
kotlin { kotlin {

View File

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