I try to externalize configuration to resources, a...
# ktor
q
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?