architecture-samples
architecture-samples copied to clipboard
Remove unused singleton imports
Remove the import:
import javax.inject.Singleton
I believe the annotation was there for the ViewModelFactory.kt
and then removed due to similar issue in this link:
https://github.com/google/dagger/issues/1607
https://github.com/google/dagger/issues/1607#issuecomment-582001712
👍 +1