[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
cy
01/09/2021, 8:23 AM
You need the hocon parser dependency in the buildscript section first. After that you may parse it, nothing difficult