Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/hello-powersync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ with [Supabase](https://supabase.com/) in a basic Kotlin Multiplatform Compose A
The app lists customers and allows you to add or delete rows.
Data is [synced to users globally](https://docs.powersync.com/usage/sync-rules/example-global-data). For more advanced sync rules and functionality, see the [PowerSync+Supabase Todo-List](../supabase-todolist/README.md) demo application.

Supported KMP targets: Android and iOS.
Supported targets: Android and iOS, and Desktop (JVM).

## Beta release

Expand Down
Loading