Open5
Migrating to Jetpack Compose
Compose への移行ガイド
Codelab
Compose Compiler stable release is 1.3.2 .
Test のところで ActivityNotFoundException
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.google.samples.apps.sunflower.test/androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared <intent-filter>?
intent-filter を追加してみたけど変わらず
<action android:name="com.google.samples.apps.sunflower.test" />
<category android:name="android.intent.category.DEFAULT" />