My Kotlin multiplatform library does not work with build variants which are using proguard. There is no compile time error but library functions just don't work at runtime. For variants which are not using proguard, the library is working fine.
Anyone else faced something similar or have a solution to this issue?