konfig
konfig copied to clipboard
Simple config properties API for Kotlin
more sensible default
I can't seem to find how to use the CLI for configuration, despite the fact the README says it's an available source.
- no commits more than a year - no issues solved - pull requests stay open without comments Is the project alive ?
So unfortunate that Properties defaults to ISO-8859-1. Depends on #45.
…getSystemClassLoader() More context: https://bitbucket.org/asomov/snakeyaml/issues/318 I have yet another use case but it is not easy to explain it since it is no open source. The new way should improve the...
Kotlin 1.3.40 added `typeOf` to the standard library, which may simplify code. However, it is marked as "experimental". Reading the tea leaves, Kotlin plans to make this feature standard (non-experimental)...
I cloned your repo and opened it in my IDE. An error popped out on line 106 about a type mismatch ``` Type mismatch. Required: ParseResult Found: ParseResult ``` I...
Adds syntax highlighting to the last 2 code blocks in the README
I *think* that this would be an easy feature given the great foundation in this project, and what Kotlin can do with delegates. In my class, I'd like to have...