Does anyone know how the compilation (specifically around the consumption of jetpack compose libraries and perhaps the compose compiler) differs between
./gradlew assembleDebug/installDebug
and pressing the run button in android studio? Getting weird NoSuchMethodFoundError's on API 21,22,23 when using the former.