dagger is in java and from kotlindocs: > inter...
# gradle
t
dagger is in java and from kotlindocs:
internal declarations become public in Java. Members of internal classes go through name mangling, to make it harder to accidentally use them from Java and to allow overloading for members with the same signature that don't see each other according to Kotlin rules;