Lightweight configuration framework for kotlin
konfig is available through the mavenCentral repositories. To use konfig in your gradle project, add the following dependencies:
dependencies {
implementation 'io.github.gfelbing:konfig-core:0.4.0'
}
An example can be found here.