I made an android library "messages" that contain classes of messages shared between a client and a server.
I made an App "server" with the library "messages" in dependencies. I can see the classes of "messages"
I made an other android library "client" with the library "messages" in dependencies. I can see classes of "messages"
I made a "Sample" app with library "client" in dependencies. I would like to see classes of "messages" in this app without include the library "messages". I would like to use the classes of "messages" contained in library "client".
Is that possible?