In <this multi-modules Android project> I am enabl...
# announcements
t
In this multi-modules Android project I am enabling explicit API mode in this commit. The compiler forces me to change a few classes and methods (adding
public
), all in one module. Why are all other modules not affected although they do not declare
public
modifiers for their classes and methods?