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
I'm using Compose HTML, and it seems like the most recent version of Compose added a ton of resource accessor tasks which I don't need. This seems to have been created for CMP for Web, but it's significantly cluttering our output (with 10+ no-op tasks per module):
At the moment the Compose resources is a inseparable part of the Compose Gradle plugin. If you don't use resources in your project then tasks will be just skipped.
Sounds like this is WAI. Also, moving forward we're going to drop the jetbrains compose plugin since with K2 it seems like we don't need it anymore. So I'm going to go ahead and close this issue.
I'm using Compose HTML, and it seems like the most recent version of Compose added a ton of resource accessor tasks which I don't need. This seems to have been created for CMP for Web, but it's significantly cluttering our output (with 10+ no-op tasks per module):
The text was updated successfully, but these errors were encountered: