Top "Ktor" questions

Ktor is a Kotlin Web framework developed by JetBrains

java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled

When I run my Ktor application with gradle run then I've got the following exception: 19:21:11.795 [main] DEBUG io.netty.util.…

java kotlin netty ktor
Is there a way to run raw sql with Kotlin's Exposed library

I'm trying to run some sql specific to postgres and would like to reuse the transaction management within Exposed.

kotlin ktor kotlin-exposed