Drop kotin/kotlinx and kotlin/kotlinx.html bintray usages (KTI-528)

This commit is contained in:
Nikolay Krasko
2021-03-20 23:54:09 +03:00
committed by TeamCityServer
parent 998a65d1cb
commit b903f87704
18 changed files with 2 additions and 30 deletions
-4
View File
@@ -8,10 +8,6 @@ plugins {
id("jps-compatible")
}
repositories {
maven { setUrl("https://dl.bintray.com/kotlin/kotlinx.html/") }
}
dependencies {
implementation(project(":core:descriptors"))
implementation(project(":core:deserialization"))
-4
View File
@@ -3,10 +3,6 @@ plugins {
id("jps-compatible")
}
repositories {
maven(url = "https://dl.bintray.com/kotlin/kotlinx")
}
dependencies {
api(project(":core:compiler.common"))
api(project(":compiler:resolution.common"))