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

Basic toolkit impls provide a full widget system #2585

Merged
merged 2 commits into from
Mar 13, 2025

Conversation

JakeWharton
Copy link
Collaborator

@JakeWharton JakeWharton commented Mar 13, 2025

Further simplifying what it takes to get off the ground using Redwood with the Basic schema.

Closes #2584. Refs #2275.


  • CHANGELOG.md's "Unreleased" section has been updated, if applicable.

@@ -73,6 +73,10 @@ jetbrains-compose-ui = { module = "org.jetbrains.compose.ui:ui", version.ref = "
jetbrains-compose-ui-tooling = { module = "org.jetbrains.compose.ui:ui-tooling", version.ref = "jbCompose" }
jetbrains-compose-ui-tooling-preview = { module = "org.jetbrains.compose.ui:ui-tooling-preview", version.ref = "jbCompose" }

coil-compose = { module = "io.coil-kt.coil3:coil-compose-core", version.ref = "coil" }
coil-core = { module = "io.coil-kt.coil3:coil-core", version.ref = "coil" }
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This coordinate changed in the move. No more singleton loader since we've moved out of the sample and into a reusable library.

Further simplifying what it takes to get off the ground using Redwood with the Basic schema.
@JakeWharton JakeWharton force-pushed the jw.basic-widget-system.2025-03-13 branch from 3ef01a3 to 63bef88 Compare March 13, 2025 16:49
@JakeWharton JakeWharton enabled auto-merge (squash) March 13, 2025 17:07
@JakeWharton JakeWharton merged commit 6d22974 into trunk Mar 13, 2025
11 checks passed
@JakeWharton JakeWharton deleted the jw.basic-widget-system.2025-03-13 branch March 13, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have basic provide these default widget system instances for each toolkit.
2 participants