Download ktor from maven central in wizard project
This commit is contained in:
committed by
TeamCityServer
parent
ae67bb4565
commit
0a1e4fd7d7
-1
@@ -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 {
|
||||
|
||||
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user