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)
1 year ago
..
lib Add InheritanceTests with Composables for k/js (#2666) 1 year ago
main-template Rename COMPOSE_CORE_VERSION and COMPOSE_WEB_VERSION to compose.version (#2365) 2 years ago
src Add a test for k/js compose compilation of an anonymous object with Composable (#2559) 1 year ago
testcases release 1.0.1-rc2 with 1.6.10 (#1590) 3 years ago
README.md Rename COMPOSE_CORE_VERSION and COMPOSE_WEB_VERSION to compose.version (#2365) 2 years ago
build.gradle.kts Add InheritanceTests with Composables for k/js (#2666) 1 year ago

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