Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
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 68f2a9531c
[html][tests] Explicitly set executable flag for gradlew in integrat… (#5440)
3 months ago
..
lib compose.html: Add google() repo to access androidx artifacts for annotation and collection (#5237) 10 months ago
main-template HTML: fix Inconsistent JVM-target compatibility and deprecation warnings (#5423) 3 months ago
src Rename Web to HTML (#2997) 3 years ago
testcases Compose Multiplatform 1.4.0 docs (#3044) 3 years ago
README.md Rename Web to HTML (#2997) 3 years ago
build.gradle.kts [html][tests] Explicitly set executable flag for gradlew in integrat… (#5440) 3 months 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