We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ee867 commit c8d36c7Copy full SHA for c8d36c7
build.gradle.kts
@@ -15,10 +15,6 @@ allprojects {
15
mavenCentral()
16
google()
17
jcenter()
18
- maven("https://dl.bintray.com/kotlin/kotlin-eap/")
19
- maven("https://kotlin.bintray.com/kotlinx/")
20
- maven("https://dl.bintray.com/kodein-framework/Kodein-DB") // TODO: Remove when Kodein DB exits beta
21
- maven("https://dl.bintray.com/jetbrains/markdown")
22
}
23
24
tasks.withType<KotlinCompile> {
0 commit comments