Drop K/N dependency to JCenter
This commit is contained in:
committed by
Space Team
parent
2fd8bf9153
commit
44f638e952
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user