I'm using the Typesafe Config library in a Kotlin project built with Gradle 6. How do I tell Gradle that there's a directory (or two, or specific files) with HOCON files that need to be added to the runtime classpath so Config can find them?
(SO is now suggesting that I edit the question to make it clear that the answer in Add resources, config files to your jar using gradle isn't relevant. It's not relevant because there's nothing about jar files in my question.)