If I only need to build the web component of a mul...
# multiplatform
d
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
k
just run the gradle task that produces the final Web related target