While developing an Android library, should I care...
# library-development
l
While developing an Android library, should I care about Java9 modules restrictions that, if I understood correctly, would prevent me to have two libraries from the same group having the same package (e.g.
splitties.fragmentargs
&
splitties.fragmentargs.support
in two different artifacts)? I'm currently going with long package names (like
fragmentargssupport
), but I'm wondering if I should do it. These modules are not published yet