Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applying both Multiplatform and Android library plugin skips multiplatform source sets #104

Closed
Daio-io opened this issue Aug 29, 2024 · 3 comments · Fixed by #106
Closed
Labels
bug Something isn't working

Comments

@Daio-io
Copy link

Daio-io commented Aug 29, 2024

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.

@tylerbwong tylerbwong added the bug Something isn't working label Oct 3, 2024
@tylerbwong
Copy link
Owner

Hey @Daio-io, sorry for the late reply! Thanks for the report. This should be fixed by #106.

@Daio-io
Copy link
Author

Daio-io commented Oct 7, 2024

Awesome! Thanks @tylerbwong

@tylerbwong
Copy link
Owner

@Daio-io Just published 0.4.0-alpha02! Let me know if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants