[Ktor] Hello! Please, it is possible to read resou...
# server
f
[Ktor] Hello! Please, it is possible to read resources/application.conf file in build.gradle? I have database connection stored in application.conf, and need to run scripts which use database connection.
c
You need the hocon parser dependency in the buildscript section first. After that you may parse it, nothing difficult
✔️ 1
So called typesafe config is what you need