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
Currently whetstone always includes fragment dependency.
If used in 100% Compose apps, this dependency is unnecessary and generates unnecessary bloat inside our apps.
It would be nice if all fragment-related code would be moved to a separate module, similarly to the whetstone-compose.
I'm prepared to make a PR for this, if desired. This is potentially breaking, but we could make fragment support opt-out to ensure it does not break anything for the existing users.
The text was updated successfully, but these errors were encountered:
Currently whetstone always includes fragment dependency.
If used in 100% Compose apps, this dependency is unnecessary and generates unnecessary bloat inside our apps.
It would be nice if all fragment-related code would be moved to a separate module, similarly to the
whetstone-compose
.I'm prepared to make a PR for this, if desired. This is potentially breaking, but we could make fragment support opt-out to ensure it does not break anything for the existing users.
The text was updated successfully, but these errors were encountered: