Is there a way to run the gradle assemble task but...
# ios
a
Is there a way to run the gradle assemble task but only for say the release framework? i noticed when you run assemble, it does it for both debug and release, which when you have a multimodule KMM project, its pretty slow. I guess i could just pass the skip in the gradle task, but i was hoping for an already out of the box solution.
m
a
true but i also want to assemble my android target too
i would prefer an assembleDebug and assembleRelease