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.