Files
compose-multiplatform/web/compose-compiler-integration
Oleksandr Karpovich 8c01295e8a Web/add compose plugin integration cases for kotlinjs (#870)
* web: Add integration cases for compose plugin targeting kotlin/js

* web: Add integration cases for compose plugin targeting kotlin/js

* Report cases to TeamCity

* Update README.md

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2021-07-16 17:52:46 +02: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