`java.lang.NoClassDefFoundError: Failed resolution...
# compose
v
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/compose/ui/platform/InspectableParameter;
I am getting this error when I first built the project and after removing Surface(...){} composable in main activity, it works fine , Any idea what is the issue ?
1