-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ViewBindingKotlinModel Proguard problem with latest gradle #1365
Comments
Same here. +1 I added this in Proguard as mentioned in the ViewBindingKotlinModel class -keepclassmembers class * extends androidx.viewbinding.ViewBinding { but still getting the same NullPointerException. |
@BlackFish768 Yes it's very weired |
me too, error when minifyEnable = true |
I get the same error with the following specs: AGP 8.0.0 |
No response from the team till now ! |
Related issue: #1122 |
Don't know how helpful this is a year and a half later. When you update to AGP 8 it forces android.enableR8.fullMode=false That should avoid the need to figure out what rule to add |
@cemore2048 solutions fixed for me. But does it acceptable to close the bug. |
The text was updated successfully, but these errors were encountered: