https://kotlinlang.org logo
#compose
Title
# compose
c

czuckie

09/20/2023, 2:03 PM
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.