<@U5QGY080J> Or specify the type argument of the d...
# announcements
i
@iex Or specify the type argument of the delegate explicitly
Copy code
var bar by Delegates.observable<String?>("bar") { property, old, new ->
    println("${property.name} has changed from $old to $new")
}
That's a known problem in type inference https://youtrack.jetbrains.com/issue/KT-10930