Drop bintray from Gradle inspections and fixes tests (KTI-528)

This commit is contained in:
Nikolay Krasko
2021-03-24 18:07:08 +03:00
committed by TeamCityServer
parent 7a9c2c1d17
commit 1547d4f516
5 changed files with 3 additions and 6 deletions
@@ -15,7 +15,6 @@ apply plugin: 'kotlin'
repositories {
mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" }
}
dependencies {
@@ -15,11 +15,10 @@ apply plugin: 'kotlin'
repositories {
mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" }
}
dependencies {
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.27.0-eap13'
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.27.0'
}
compileKotlin {
@@ -17,7 +17,6 @@ apply plugin: 'kotlin'
repositories {
mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" }
}
dependencies {