This is only ktor-adjacent, but I'm looking at ktor's application.conf setup and would like to re-use this functionality for my own configuration classes. I've discovered I can call
, but this gets cumbersome - is there a way to define a class (or data class) and have its values automatically instantiated from application.conf values?
crummy
04/07/2020, 1:44 AM
looks like config4k does this, I assume ktor doesn't do it natively then?