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,9 @@
# 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 *

# Prevent R8 full mode from vertically merging Hilt_* base classes with
# @AndroidEntryPoint user classes. The bytecode transform rewrites user classes
# to extend Hilt_*; vertical class merging breaks this hierarchy.
-keep,allowobfuscation,allowshrinking class **.Hilt_*
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
# 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 *

# Prevent R8 full mode from vertically merging Hilt_* base classes with
# @AndroidEntryPoint user classes. The bytecode transform rewrites user classes
# to extend Hilt_*; vertical class merging breaks this hierarchy.
-keep,allowobfuscation,allowshrinking class **.Hilt_*