hey guys, has anyone tried using ktor `1.3.2-1.4.0...
# ktor
k
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):
Copy code
repositories {
    mavenLocal()
    jcenter()
}
Could anyone give me a hand here?
j
I believe you also need to add
Copy code
maven("<https://dl.bintray.com/kotlin/kotlin-eap>")
👏 1
k
nice, that’s probably the spell I was looking for. Thanks a ton @John O'Reilly! 🙂