I expected it to require some config since I’m dea...
# ktor
j
I expected it to require some config since I’m dealing with unreleased dependencies but only finding the repository were kotlin plugin for gradle is in last RC version took some time
c
You need to include additional maven repositories
<http://kotlin.bintray.com/ktor>
and
<http://kotlin.bintray.com/kotlinx/>
j
The main issue is that I can’t really resolve the kotlin gradle plugin with support for RC
c
See the end of the blogpost about Kotlin 1.3 RC
<https://blog.jetbrains.com/kotlin/2018/09/kotlin-1-3-rc-is-here-migrate-your-coroutines/>
section
How to try it
Except that you need different Kotlin version
d
You can also generate a working template from here: https://ktor.io/quickstart/generator.html <-- selecting 1.0.0-alpha-2
👍 1