Switch Kotlin version to 1.0.0

This commit is contained in:
octarine-noise
2016-02-21 10:37:37 +01:00
parent 41b080646a
commit 7393fed5fd
9 changed files with 10 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ abstract class DelegatingConfig(val modId: String, val langPrefix: String) {
/** The [Configuration] backing this config object. */
var config: Configuration? = null
val rootGuiElements = linkedListOf<IConfigElement>()
val rootGuiElements = mutableListOf<IConfigElement>()
/** Attach this config object to the given [Configuration] and update all properties. */
fun attach(config: Configuration) {