Quick question: As far as I understand, `internal`...
# dagger
a
Quick question: As far as I understand,
internal
is the same as
public
in a single module project, therefore in Kotlin all injected (using Dagger 2) fields must be effectively public?