Matt McKenna
Matt McKenna
This would be really helpful for me as well!
I am having this issue as well using the androidx material dependency version `1.1.0-rc01` ``` java.lang.ClassCastException: com.jakewharton.rxbinding3.material.TabLayoutSelectionEventObservable$Listener cannot be cast to com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener at com.jakewharton.rxbinding3.material.TabLayoutSelectionEventObservable.subscribeActual(TabLayoutSelectionEventObservable.kt:38) ```
@d7knight Just confirmed this works using the material dependency version `1.1.0`
PR #238 Addresses this!
I'm looking to convert the `compiler/CodeGenerator.java` but I am concerned about breaking functionality. What is the best way to manually run the compiler? I was also thinking about adding some...