|
|
@ -4,7 +4,7 @@ Composite build of [Compose-jb sources](https://github.com/JetBrains/androidx) |
|
|
|
|
|
|
|
|
|
|
|
## Download submodules after downloading the main project: |
|
|
|
## Download submodules after downloading the main project: |
|
|
|
``` |
|
|
|
``` |
|
|
|
git submodule update --init |
|
|
|
git submodule update --init --recursive |
|
|
|
``` |
|
|
|
``` |
|
|
|
Set this property to always update submodules on git checkout/pull/reset: |
|
|
|
Set this property to always update submodules on git checkout/pull/reset: |
|
|
|
``` |
|
|
|
``` |
|
|
@ -58,4 +58,4 @@ Run tests for Desktop: |
|
|
|
Run tests for Web: |
|
|
|
Run tests for Web: |
|
|
|
``` |
|
|
|
``` |
|
|
|
./scripts/testWeb |
|
|
|
./scripts/testWeb |
|
|
|
``` |
|
|
|
``` |
|
|
|