after the update to kotlin 1.0-beta.4 the kotlin p...
# announcements
h
after the update to kotlin 1.0-beta.4 the kotlin plugin can't find the declaration of
addListener()
(from JDK8/JavaFX) anymore.
Copy code
val prop = SimpleStringProperty()
prop.addListener { a, b, c -> println("") }
(reported as https://youtrack.jetbrains.com/issue/KT-10480)