https://kotlinlang.org logo
#ktor
Title
q

qwert_ukg

12/17/2017, 6:05 PM
I try to externalize configuration to resources, and getting next exception
Copy code
Error occurred during initialization of boot layer
java.lang.module.ResolutionException: Modules ktor.server.core and ktor.utils export package io.ktor.util to module annotations
, using Maven. How i can say to IDEA, to use
io.ktor.server.netty.DevelopmentEngine
with my
main
extension function?