How to make functions as protected into library module's classes?

28 views Asked by At

I am trying to generate a library module for my android project and I am able to do that, and deployed this one to Jitpack. But when I use this library module(as jitpack dependency ) than using "jump to function" method I am able to check the complete code of the particular function which should not. I tried to make these functions as private but in that case I am not able to use these functions into my project.

Please suggest me appropriate solutions.

Thanks in advance.

0

There are 0 answers