1 2 3 4 5 6
package com.romangraef.jrconfig interface ConfigVariable<T> { fun get(): T fun set(value: T) }