Commit 8d0b245e authored by Nikolay Igotti's avatar Nikolay Igotti

Get rid of jcenter.

parent 3fa91602
......@@ -55,7 +55,6 @@ plugins {
repositories {
mavenLocal()
jcenter()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
......
......@@ -7,7 +7,6 @@ plugins {
repositories {
mavenLocal()
jcenter()
maven("https://dl.bintray.com/kotlin/kotlin-eap")
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
......@@ -79,4 +78,4 @@ tasks.withType<Test> {
tasks.withType<KotlinCompile>().configureEach {
kotlinOptions.freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
}
\ No newline at end of file
}
......@@ -4,7 +4,6 @@ plugins {
repositories {
mavenCentral()
jcenter()
}
dependencies {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment