and it’s not a problem of module naming (you actually can have any module name, not only name equal to root package). Package (classes in the same package) with the same name cannot exist in two different modules of the same application
So classes of
splitties.fragmentargs
cannot be in package
splitties.fragmentargs.support
and vice versa