I have build a .jar Library file. I can import it normally in my project but after Proguard Obfuscation, I could not call the class/function from that library anymore. My package and classes have been converted to a.class, b.class, c.class as shown in the picture below.
