miha-x64
var dashboardInActiveTimestamp: Long? by Delegates.observable<Long?>(0L) { prop, old, new -> println(”OK") // ^ ^ }