Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
# See b/183070411#comment4 for more info.
-keep,allowobfuscation,allowshrinking @dagger.hilt.internal.ComponentEntryPoint class *
-keep,allowobfuscation,allowshrinking @dagger.hilt.internal.GeneratedEntryPoint class *
-keep,allowobfuscation,allowshrinking @dagger.hilt.android.EarlyEntryPoint class *
-keep,allowobfuscation,allowshrinking @dagger.hilt.android.EarlyEntryPoint class *

# Keep Hilt generated base classes to prevent R8 full mode from merging them
# with @AndroidEntryPoint classes via vertical class merging. This merging
# breaks the bytecode-transformed class hierarchy set up by the Hilt Gradle
# plugin and causes ClassCastException at runtime (b/4668).
-keep class **.Hilt_*
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
# See b/183070411#comment4 for more info.
-keep,allowobfuscation,allowshrinking @dagger.hilt.internal.ComponentEntryPoint class *
-keep,allowobfuscation,allowshrinking @dagger.hilt.internal.GeneratedEntryPoint class *
-keep,allowobfuscation,allowshrinking @dagger.hilt.android.EarlyEntryPoint class *
-keep,allowobfuscation,allowshrinking @dagger.hilt.android.EarlyEntryPoint class *

# Keep Hilt generated base classes to prevent R8 full mode from merging them
# with @AndroidEntryPoint classes via vertical class merging. This merging
# breaks the bytecode-transformed class hierarchy set up by the Hilt Gradle
# plugin and causes ClassCastException at runtime (b/4668).
-keep class **.Hilt_*