Sign in
android
/
platform
/
frameworks
/
support
/
c3b993c8620b45c6c730eb6d609cf5561bc0f0dd
/
.
/
hilt
/
hilt-lifecycle-viewmodel
/
proguard-rules.pro
blob: eabb30fd81260807b0489b248b7cff944212a780 [
file
] [
log
] [
blame
]
# Keep class names of Hilt injected ViewModels since their name are used as a multibinding map key.
-
keepclasseswithmembernames
class
*
extends
androidx
.
lifecycle
.
ViewModel
{
@androidx
.
hilt
.
lifecycle
.
ViewModelInject
<init>
(...);
}