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 40e89d1f37 web: move ComposableWithDefaultValuesDefinedByOtherParams.kt to passing test cases 3 years ago
..
main-template web: add compiler test case `Composable With Default Values Defined By Other Params` (#1230) 3 years ago
src web: add tests for ComposableLambdaCalls.kt (#1121) 3 years ago
testcases web: move ComposableWithDefaultValuesDefinedByOtherParams.kt to passing test cases 3 years ago
README.md Web/add compose plugin integration cases for kotlinjs (#870) 3 years ago
build.gradle.kts web: add tests for constructors with Composable parameters 3 years ago

README.md

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