Skip to content

Commit

Permalink
add sample ./scripts/runGradle runLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-avdeev-jb committed Jun 9, 2022
1 parent 2e81c8e commit 6b7c44c
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compose/README.md
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ Run jvm desktop sample:
```
another jvm desktop samples:
```bash
./scripts/runGradle run1 run2 run3 run4 runWindowApi runVsync
./scripts/runGradle run1 run2 run3 run4 runWindowApi runVsync runLayout
```

Run wasm sample:
4 changes: 4 additions & 0 deletions compose/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -170,6 +170,10 @@ tasks.register("runVsync") {
dependsOnComposeTask(":compose:desktop:desktop:desktop-samples:runVsync")
}

tasks.register("runLayout") {
dependsOnComposeTask(":compose:desktop:desktop:desktop-samples:runLayout")
}

tasks.register("runMppJs") {
dependsOnComposeTask(":compose:mpp:demo:jsRun")
}

0 comments on commit 6b7c44c

Please sign in to comment.