Build: Remove unused ktor repo from buildscript block
This commit is contained in:
@@ -14,7 +14,6 @@ buildscript {
|
|||||||
repositories.withRedirector(project) {
|
repositories.withRedirector(project) {
|
||||||
bootstrapKotlinRepo?.let(::maven)
|
bootstrapKotlinRepo?.let(::maven)
|
||||||
maven("https://plugins.gradle.org/m2")
|
maven("https://plugins.gradle.org/m2")
|
||||||
maven("https://dl.bintray.com/kotlin/ktor")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// a workaround for kotlin compiler classpath in kotlin project: sometimes gradle substitutes
|
// a workaround for kotlin compiler classpath in kotlin project: sometimes gradle substitutes
|
||||||
|
|||||||
Reference in New Issue
Block a user