-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Describe the bug
A clear and concise description of what the bug is.
When using the @HiltViewModel
annotation to help with dependency injection it isn't possible to use the @Inject
annotations from this library.
To Reproduce
import com.chrynan.inject.Inject
@HiltViewModel
class ExampleViewModel @Inject constructor() : ViewModel() {
}
Expected behavior
No compilation errors such as
@HiltViewModel annotated class should contain exactly one @Inject or @AssistedInject annotated constructor.
Metadata
Metadata
Assignees
Labels
No labels