I'm trying to figure out for hours how to prevent ...
# multiplatform
p
I'm trying to figure out for hours how to prevent my app building the watchos modules when using
.gradlew publish
. I tried to disable all publish tasks that contain watchos but it still builds the targets
a
Have you tried to disable
compileKotlinJs
task?