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

Get rid of bintray.

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