modules-and-dagger icon indicating copy to clipboard operation
modules-and-dagger copied to clipboard

Example of convenient usage of dagger2 and gradle modules

Results 2 modules-and-dagger issues
Sort by recently updated
recently updated
newest added

This PR contains version updates: - Gradle to 7.0.2 - Dagger 2.38.1 - Kotlin 1.5.30 - **idea** folder added to the GITIGNORE file.

Hi. Thanks for your lecture and this example. But I have one question: Every time when I'm navigating / creating `StartScreen` `TimelogicComponent` will build from scratch? [https://github.com/Tagakov/modules-and-dagger/blob/master/feature-startscreen/src/main/java/com/tagakov/startscreen/StartScreenFragment.kt#L38](url) I'm start using...