hey guys, I ran into a bit of a problem ``` object...
# tornadofx
c
hey guys, I ran into a bit of a problem
Copy code
object GameOptions {
    var paused by property(true)

    fun pausedProperty() = getProperty(GameOptions::paused)
}
does not compile since properties in objects are KMutableProperty0, they don't take class instance as the argument