How does static methods dispatching work in Kotlin...
# announcements
c
How does static methods dispatching work in Kotlin beta? After an update to newest version following line does not compile.
Copy code
val values: rx.subjects.BehaviorSubject<String?> = rx.subjects.BehaviorSubject.create(null)