I've got a Compose app that is using multiple JVM targets ("internal", and "production"). I was pretty sure this wouldn't work, but somehow it is. When I call
./gradlew :app:run
compose seems to be targeting the internal variant. I've changed the order, and no matter what it seems to choose the internal variant.
Is there a way to choose what variant is run?