Vinnie

Results 1 comments of Vinnie

I'm reproducing this issue with the following configuration, it might be related to ktor ? 🤔 ``` plugins { id 'org.jetbrains.kotlin.jvm' version "$kotlin_version" id 'application' } mainClassName = 'io.ktor.server.netty.EngineMain' //...