Join Slack
Powered by
In <this multi-modules Android project> I am enabl...
# announcements
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?
Tobi
10/27/2020, 7:39 PM
Found an answer here:
https://kotlinlang.slack.com/archives/C0B8M7BUY/p1597428342085600
Open in Slack
Previous
Next