Is there a way in MPP project to only enable publi...
# multiplatform
b
Is there a way in MPP project to only enable publication of one platform?
d
You can call the specific gradle publication task for that platform.
b
i usually do
./gradlew publishAll… --dry-run
to look at all the tasks it runs, and then i make a new task that runs the ones i want
☝🏼 1