Interestingly, when building (debug or run of the default compose project), using “implementation ‘androidx.activity: activity-compose: 1.3.0-alpha03’ gives the error “Manifest merger failed with multiple errors, see logs” (AS-08, Compose 1.0. 0-beta01 ... compileSdkVersion “android-S”
buildToolsVersion “31.0.0-rc1”
... targetSdkVersion “S”)
If I use “‘androidx.activity: activity-compose: 1.3.0-alpha02’“, then there is no error and the process proceeds normally in the emulator. I don’t understand what the problem is?