I have explicitApi mode enabled in my multiplatfor...
# library-development
h
I have explicitApi mode enabled in my multiplatform library. It correctly enforces the visibility modifiers and return types for the common and ios sourcesets, but for the android sourceset it does not work, neither in the IDE and during compilation. Any ideas?
Snippet of my build gradle
Snippet of the code
h
Thanks 🙂