Sign in
android
/
platform
/
frameworks
/
support
/
c9c105315cd60720fdd126f73c6cc90cff938f5a
/
.
/
hilt
/
hilt-work
/
proguard-rules.pro
blob: 553d9ca9f1f51a8670acd87219aceb17b824e2d7 [
file
] [
log
] [
blame
]
# Keep class names of Hilt injected Workers since their name are used as a multibinding map key.
-
keepclasseswithmembernames
class
*
extends
androidx
.
work
.
ListenableWorker
{
@androidx
.
hilt
.
work
.
WorkerInject
<init>
(...);
}