I commented out the ui-tooling dependency since i ...
# compose
k
I commented out the ui-tooling dependency since i am not musing the preview but keeps on getting this.
Copy code
androidx.ui.tooling.preview.PreviewActivity is not an Activity subclass or alias
When i uncomment the dependency this is what I get the following error
Copy code
Caused by: java.lang.ClassNotFoundException: Composable Method 'hubbly.presentation.onboarding.SplashScreenKt.preview' not found
Bear in mind that I am not using thee preview but this somehow looks for preview which is strange. This was working in the previous version of android studio canary before updating to Android studio 4.2 canary 7 and compose dev16.