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.
 
 
 
 
Shagen Ogandzhanian 798f0ac1ab
Kotlin testing reuse (#1562)
3 years ago
..
main-template web: update compiler plugin test cases to make them runnable (#1447) 3 years ago
src web: add tests for ComposableLambdaCalls.kt (#1121) 3 years ago
testcases web: fix and update compiler plugin test cases (#1452) 3 years ago
README.md Modify replace.sh for replacing Compose version (#1511) 3 years ago
build.gradle.kts Kotlin testing reuse (#1562) 3 years ago

README.md

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

To use specific version: `./gradlew :compose-compiler-integration:checkComposeCases -PCOMPOSE_CORE_VERSION=1.0.0 -PCOMPOSE_WEB_VERSION=1.0.0

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