When I’m doing dependency injection with dagger2 a...
# android
m
When I’m doing dependency injection with dagger2 and my Kotlin class has no explicit constructor, how do I annotate it with Inject? Do I need to declare a default constructor?