Join Slack
Powered by
I'm trying to figure out for hours how to prevent ...
# multiplatform
p
Paul Woitaschek
02/12/2021, 3:13 PM
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
Ali Albaali
02/12/2021, 4:30 PM
Have you tried to disable
compileKotlinJs
task?
3
Views
Open in Slack
Previous
Next