Skip to content
forked from gfelbing/konfig

Lightweight configuration framework for kotlin

License

Notifications You must be signed in to change notification settings

gregorbg/konfig

 
 

Repository files navigation

konfig

Lightweight configuration framework for kotlin

Usage

To use konfig in your gradle project, add the following dependencies:

repositories {
    jcenter()
}

dependencies {
    implementation 'de.gfelbing:konfig-core:0.3.2'
}

An example can be found here.

About

Lightweight configuration framework for kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%