Download ktor from maven central in wizard project

This commit is contained in:
Nikolay Krasko
2021-01-12 19:47:06 +03:00
committed by TeamCityServer
parent ae67bb4565
commit 0a1e4fd7d7
4 changed files with 3 additions and 5 deletions
@@ -13,7 +13,6 @@ repositories {
mavenCentral()
maven { url 'https://dl.bintray.com/kotlin/kotlin-js-wrappers' }
maven { url 'https://dl.bintray.com/kotlin/kotlinx' }
maven { url 'https://dl.bintray.com/kotlin/ktor' }
}
kotlin {
@@ -13,7 +13,6 @@ repositories {
mavenCentral()
maven { url = uri("https://dl.bintray.com/kotlin/kotlin-js-wrappers") }
maven { url = uri("https://dl.bintray.com/kotlin/kotlinx") }
maven { url = uri("https://dl.bintray.com/kotlin/ktor") }
}
kotlin {