Hello Everyone, I am building an sdk using kotlin multiplaform, which will be consumed by both android/ios. I am facing an issue in native android:
I have defined below dependencies in kmp sdk:
but when in native app, if I am not providing these dependencies, app is crashing. when I add these dependencies it works fine.
I am using the kmp sdk in native android app via maven dependency.