@fabricio @sdeleuze I had the exact same issue with 1.2.20 (Data source config not found) – the culprit seems to be the incremental compilation of the Kotlin compiler. It wipes the resources directory during compilation, so when you run the final JAR no properties/yaml are found.
https://youtrack.jetbrains.com/issue/KT-21581 (& Duplicates)