You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently started looking at using v0.4.0 alpha to support the removal of test sources from the output but I noticed that when applying both multiplatform and Android library plugins, multiplatform source sets are ignored because Android is checked first meaning you get no output from multiplatform main modules.
We could set to support the additionalSourceSets but it would be useful to check if multiple extensions are applied then it should generate sources for those modules too.
Sorry I do not have an example to share, Its a work project but I can share one when I get chance after work, although hopefully enough here to understand the issue.
The text was updated successfully, but these errors were encountered:
We recently started looking at using v0.4.0 alpha to support the removal of test sources from the output but I noticed that when applying both multiplatform and Android library plugins, multiplatform source sets are ignored because Android is checked first meaning you get no output from multiplatform main modules.
We could set to support the
additionalSourceSets
but it would be useful to check if multiple extensions are applied then it should generate sources for those modules too.Sorry I do not have an example to share, Its a work project but I can share one when I get chance after work, although hopefully enough here to understand the issue.
The text was updated successfully, but these errors were encountered: