Is it possible to use Jetpack Compose with Capacitor? I try to set the compose flag to true inside the Android buildFeatures and add androidx.compose dependencies, however Jetpack Compose still cannot work with my Capacitor project.
implementation platform('androidx.compose:compose-bom:2025.07.00')
implementation 'androidx.compose.runtime:runtime'
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.material3:material3'