Sunil Kumar
12/22/2021, 4:13 PMError: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
Caused by: java.lang.ClassNotFoundException: org.gradle.wrapper.GradleWrapperMain
Important point: What is different that i have seen from my previous project(which was working) is that inside new android project's shared/build/ directory, no xcode-frameworks and bin folders found there, these folders are not available there inside new project. I have been following everything from this link since the beginning for setting up the project:https://kotlinlang.org/docs/kmm-integrate-in-existing-app.html#connect-the-framework-to-your-ios-project. Guys Please help me with this. Struggling a lot with this. ThanksAnamika Trivedi
12/22/2021, 6:26 PM./gradlew assembleRelease
should resolve this issue