https://kotlinlang.org logo
b

Big Chungus

01/27/2020, 3:51 PM
Is there a way in MPP project to only enable publication of one platform?
d

Dominaezzz

01/27/2020, 4:10 PM
You can call the specific gradle publication task for that platform.
b

basher

01/27/2020, 5:49 PM
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