architecture-samples icon indicating copy to clipboard operation
architecture-samples copied to clipboard

Remove unused singleton imports

Open sssurvey opened this issue 4 years ago • 1 comments

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

sssurvey avatar Apr 28 '20 18:04 sssurvey

👍 +1

piotrek1543 avatar May 11 '20 20:05 piotrek1543