Commit 5878977b authored by Nikolay Igotti's avatar Nikolay Igotti

Get rid of bintray.

parent 1dd4bdcd
......@@ -8,7 +8,6 @@ plugins {
repositories {
mavenLocal()
mavenCentral()
maven("https://dl.bintray.com/kotlin/kotlin-eap")
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
......
......@@ -34,9 +34,6 @@ allprojects {
repositories {
mavenCentral()
maven {
url = uri("https://dl.bintray.com/kotlin/kotlin-eap")
}
}
val skiaZip = run {
......
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