'retrofit inside aar library not working, developing sdk java.lang.NoClassDefFoundError: Failed resolution of: Lretrofit2/Retrofit$Builder;

developing sdk aar and integrate in app module. build type release not working app getting crash

java.lang.NoClassDefFoundError: Failed resolution of: Lretrofit2/Retrofit$Builder; at com.kv.mylibrary2.ApiClient.getService(ApiClient.java:23) at com.kv.mylibrary2.EzeTap.(EzeTap.java:10)

added -keep retrofit not working. retrofit inside app module direct working, from sdk not working



Sources

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

Source: Stack Overflow

Solution Source