I am working on SDK and it is almost completed. I want to share SDK with clients. Now I am facing a problem that I have to share SDK with others clients with src folder. When I am deleting src folder from my SDK then, in a project where clients are integrating my SDK, there it is giving an error that my SDK classes are not available.
How to do in such a way so that I don't need to share src folder of my SDK just like Appcompat library do. They only share res and their jar files.