That makes sense, thanks. By the way, do injected ...
# dagger
a
That makes sense, thanks. By the way, do injected properties need to be public? (Setting them to protected seems to encapsulate them from other Kotlin classes, but not from Java, it also generates a warning about “protected effectively private in final classes”)