https://kotlinlang.org logo
t

Tobi

10/25/2020, 6:47 PM
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?