<@U4KLLCLQH> you might want to check <http://ktor....
# ktor
o
@Marcus Fihlon you might want to check http://ktor.io/getting-started-IDEA-Gradle.html#set-up-the-gradle-build-file Specifically, add
Copy code
kotlin {
    experimental {
        coroutines "enable"
    }
}
👍 1