From 2bbf92a6c32ad63e0e668d046a7013793564996c Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Mon, 20 May 2019 21:09:48 +0300 Subject: [PATCH] Build: Remove unused ktor repo from buildscript block --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f78f8bfd920..aa40babe383 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,6 @@ buildscript { repositories.withRedirector(project) { bootstrapKotlinRepo?.let(::maven) 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