I want to have something like “com.foo.bar.interna...
# android
l
I want to have something like “com.foo.bar.internal” that contains classes I don’t want users of the library to have access to (the classes cannot be made package-local because there are multiple packages in the library itself that rely on them).