todo icon indicating copy to clipboard operation
todo copied to clipboard

Boilerplate project for a basic Todo list Application

Results 1 todo issues
Sort by recently updated
recently updated
newest added

```ApplicationComponent``` is deprecated from the Hilt version "2.30" and forward, and should be replaced with ```SingletonComponent```. **Example:** ```@InstallIn(ApplicationComponent::class)``` becomes ```@InstallIn(SingletonComponent::class)``` **Source:** https://github.com/google/dagger/releases/tag/dagger-2.30