https://kotlinlang.org logo
Title
k

Krystian Rybarczyk

08/07/2020, 8:58 AM
hey guys, has anyone tried using ktor
1.3.2-1.4.0-rc
? I’ve updated my kotlin version and ktor version in gradle, but gradle fails to build with the below. This is strange, because I can see these in maven central (which I have declared to use in my build config):
repositories {
    mavenLocal()
    jcenter()
}
Could anyone give me a hand here?
j

John O'Reilly

08/07/2020, 9:01 AM
I believe you also need to add
maven("<https://dl.bintray.com/kotlin/kotlin-eap>")
👏 1
k

Krystian Rybarczyk

08/07/2020, 9:23 AM
nice, that’s probably the spell I was looking for. Thanks a ton @John O'Reilly! 🙂