How to make my Android library source code visible when a user adds the gradle dependency (so code doesn't have to be decompiled in Android Studio)
问题 I have an Android library on jitpack.io and let devs add my library but just adding the dependency. But what I've noticed is that if this dependency is added, my library classes have to be decompiled to view the code. So for example, I have a class in my library called ViewStack. When I try to go to the class file to view the source code, it's a decompiled version of the .class file. And thus, all my documentation is not there. How can I make it so the code is entirely viewable (no