Join Slack
Powered by
How does static methods dispatching work in Kotlin...
# announcements
c
colriot
11/23/2015, 7:34 AM
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)
Open in Slack
Previous
Next