androidbroadcast / ViewBindingPropertyDelegate

Make work with Android View Binding simpler
https://proandroiddev.com/make-android-view-binding-great-with-kotlin-b71dd9c87719
Apache License 2.0
1.42k stars 102 forks source link

Add Lint check about wrong usage in DialogFragment #8

Closed kirich1409 closed 3 years ago

kirich1409 commented 4 years ago

For DialogFragment you need to use special delegates dialogViewBinding, because viewBinding don't work correctly in all cases. Need to add rule that will analyze DialogFragment code and notify about replacement.

kirich1409 commented 3 years ago

Cases must be fixed in #28