mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-18 08:11:18 +00:00
* web: add tests for ComposableLambdaCalls.kt * web update compose version 1.0.0-alpha4-build348 Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
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