'My library is "empty" after publish with JitPack

I trying to publish an Android library with JitPack as described at https://jitpack.io/docs/ANDROID/ and https://developer.android.com/studio/build/maven-publish-plugin#groovy. The JitPack build logs show that everything is fine, I can import it to my project. But after building the project I can't access the library code. I literally can't see it, even in External Libraries.



Solution 1:[1]

@Pawel's method work for me: minifyEnabled false in library build.gradle do the trick!

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Alesh17