Open jonas-m- opened 5 years ago
I added this to my root buildscript and it fixed it.
buildscript {
repositories {
maven("https://kotlin.bintray.com/ktor/")
}
}
(Kotlin DSL)
What timothyolt said is correect, Ktor comes from its own repository in pre-1.0.0 versions. When I update this plugin I'll move it up to post-1.0.0 and you won't need to use that repository anymore, as it'll be in Central.