Files
compose-multiplatform/web/compose-compiler-integration
Oleksandr Karpovich d68c432506 web: add tests for ComposableLambdaCalls.kt (#1121)
* web: add tests for ComposableLambdaCalls.kt

* web update compose version 1.0.0-alpha4-build348

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-09-15 11:52:11 +02:00
..
2021-08-27 20:40:51 +03:00

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

To use specific version (the default is 0.0.0-SNASPHOT): ./gradlew :compose-compiler-integration:checkComposeCases -PCOMPOSE_CORE_VERSION=0.5.0-build243

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