New posts in dagger-2

Dagger2 Custom Scopes : How do custom-scopes (@ActivityScope) actually work?

Dagger and Kotlin. Dagger doesn't generate component classes

Dagger 2 error: dependency "cannot be provided without an @Inject constructor" while it actually annotated with @Inject

Can I just inject super class when use dagger2 for dependency injection?

Expected @HiltAndroidApp to have a value. Did you forget to apply the Gradle Plugin?

What is the use case for @Binds vs @Provides annotation in Dagger2

Dagger @Reusable scope vs @Singleton

Android lifecycle library ViewModel using dagger 2

Problems with singletons when using component dependencies

Android Unit Tests with Dagger 2

Dagger 2 examples [closed]

Dagger 2 - what is the purpose of a @Singleton annotation class

ERROR : error.NonExistentClass Kotlin In multi module Dagger project

Dagger 2 injecting Android Application Context

Error:Execution failed for task ':app:kaptDebugKotlin'

Kotlin Error: Dagger does not support injection into private fields

Implementing a simple Dagger2 sample

Why is my field `null` after injection? How do I inject my object?

Dagger 2: Injecting user inputted parameter into object

How do you override a module/dependency in a unit test with Dagger 2.0?