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?
j
Javier
01/13/2021, 3:42 PM
have you added the proguard file and it is found?
a
Amritansh
01/13/2021, 3:43 PM
I have proguard file in my android app not in the library
k
Kris Wong
01/13/2021, 4:04 PM
there is no systemic issue with kotlin and proguard/R8. it works fine for us. Any issue you're having is likely specific to your use cases.