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 c3af339156
Add a test for k/js compose compilation of an anonymous object with Composable (#2559)
2 years ago
..
lib
main-template
src Add a test for k/js compose compilation of an anonymous object with Composable (#2559) 2 years ago
testcases
README.md
build.gradle.kts

README.md

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

To use specific version: `./gradlew :compose-compiler-integration:checkComposeCases -Pcompose.version=1.2.0-beta03

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