I am very new to Kotlin (just came from Java). I a...
# announcements
a
I am very new to Kotlin (just came from Java). I am making a Config object, and I want to be able to do Config.{field} throughout code to get Config values. However, the code is a bit redundant (I need to set default values in two places). How should I fix this?https://github.com/andrewgazelka/KotlinBukkitTest/blob/master/src/main/kotlin/com/github/andrewgazelka/kotlintest/Config.kt