Join Slack
Powered by
If I only need to build the web component of a mul...
# multiplatform
d
Derek Ellis
05/28/2021, 1:31 AM
If I only need to build the web component of a multiplatform module is there a way I can disable the build of the other platforms (android/ios) to save build resources? e.g. in a CI environment
r
rnett
05/28/2021, 2:00 AM
It's very clunky, but see
https://kotlinlang.org/docs/mpp-publish-lib.html#avoid-duplicate-publications
k
Kris Wong
05/28/2021, 12:55 PM
just run the gradle task that produces the final Web related target
Open in Slack
Previous
Next