I updated my compose and kotlinCompilerExtensionVersion to 1.0.0-rc02 from beta09, Kotlin version to 1.5.21, Gradle version to 7.1 and Gradle plugin version to 7.1.0-alpha04
Ever since - on trying to run MyScreen - I'm getting this error:
androidx.compose.ui.tooling.preview.PreviewActivity is not an activity subclass or alias
I am not able to resolve this. How do I resolve this?

