Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 359 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 359 Bytes

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.