Hello All,
I am integrating the compose multiplatform(1.4.1) project as a module in my existing android app. We have used Kotlin version as 1.7.10 in the existing android app, so I have added compose 1.3.2 to my app's build.gradle file compatible with that.
However, I am facing issues in running the project successfully as it is failing in the "getDefaultViewModelFactory() overrides nothing" in the activity/fragment classes. Showing warnings for implementing view binding also.
Can you please help me, I have been stuck here from the past few days?