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
@@ -26,7 +26,6 @@ buildscript {
maven {
url = 'https://cache-redirector.jetbrains.com/jcenter'
}
jcenter()
maven {
url "https://cache-redirector.jetbrains.com/plugins.gradle.org/m2/"
}
@@ -34,7 +34,6 @@ class MultiplatformSpecification extends BaseKonanSpecification {
maven {
url = 'https://cache-redirector.jetbrains.com/jcenter'
}
jcenter()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
@@ -50,7 +49,6 @@ class MultiplatformSpecification extends BaseKonanSpecification {
maven {
url = 'https://cache-redirector.jetbrains.com/jcenter'
}
jcenter()
}
dependencies {