Drop K/N dependency to JCenter

This commit is contained in:
Vladimir Sukharev
2022-10-31 18:31:36 +01:00
committed by Space Team
parent 2fd8bf9153
commit 44f638e952
20 changed files with 0 additions and 54 deletions
@@ -23,7 +23,6 @@ buildscript {
apply from: "$rootBuildDirectory/gradle/kotlinGradlePlugin.gradle"
repositories {
jcenter()
mavenCentral()
}
@@ -38,7 +37,6 @@ repositories {
maven {
url project.bootstrapKotlinRepo
}
jcenter()
mavenCentral()
}