Hey guys, new to Kotlin and this channel, please h...
# ktor
a
Hey guys, new to Kotlin and this channel, please help me. Basically I'm facing this issue. https://github.com/ktorio/ktor/issues/253 I'm not able to read from application.conf file, please help
e
@cy
e
Have you seen this section in the documentation? It may help. https://ktor.io/servers/configuration.html#accessing-config
c
There are two usual reasons for undiscoverable conf file: - wrong gradle config so resources directory is not detected - wrong gradle config so resources directory is nit added to the classpath and/or not packaged into the resulting jar