You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Oleksandr Karpovich a1d7db7398
Compose Web: add tests to check Stability inference (by counting recompositions) (#2545)
2 years ago
..
main-template Rename COMPOSE_CORE_VERSION and COMPOSE_WEB_VERSION to compose.version (#2365) 2 years ago
src Compose Web: add tests to check Stability inference (by counting recompositions) (#2545) 2 years ago
testcases release 1.0.1-rc2 with 1.6.10 (#1590) 3 years ago
README.md Rename COMPOSE_CORE_VERSION and COMPOSE_WEB_VERSION to compose.version (#2365) 2 years ago
build.gradle.kts Rename COMPOSE_CORE_VERSION and COMPOSE_WEB_VERSION to compose.version (#2365) 2 years ago

README.md

RUN from project root directory: ./gradlew :compose-compiler-integration:checkComposeCases

To use specific version: `./gradlew :compose-compiler-integration:checkComposeCases -Pcompose.version=1.2.0-beta03

To fun only filtered cases (check for contained in file path): ./gradlew :compose-compiler-integration:checkComposeCases -PFILTER_CASES=CaseName