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

Missing ProGuard definitions in vbpd-noreflection #48

Closed cdongieux closed 3 years ago

cdongieux commented 3 years ago

There is a ProGuard file in vbpd-full: https://github.com/kirich1409/ViewBindingPropertyDelegate/blob/master/vbpd/vbpd-full/proguard-rules.pro and the gradle.build file use it https://github.com/kirich1409/ViewBindingPropertyDelegate/blob/master/vbpd/vbpd-full/build.gradle

But the ProGuard rules definition are missing in the vbpd-noreflection module which leads to app crash when minification is enabled.

kirich1409 commented 3 years ago

vbpd-noreflection doesn't require ProGuard rules