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
-6
View File
@@ -33,7 +33,6 @@ buildscript {
repositories {
mavenCentral()
jcenter()
gradlePluginPortal()
}
@@ -91,11 +90,6 @@ ext {
}
allprojects {
buildscript {
repositories {
jcenter()
}
}
if (path != ":kotlin-native:dependencies") {
evaluationDependsOn(":kotlin-native:dependencies")
}