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.
 
 
 
 
Alexey Tsvetkov 8c8b4147ab Update to 0.4.0-build182 and get rid of jcenter 3 years ago
..
gradle/wrapper
libs
scripts
src/main/kotlin/org/jetbrains/compose/desktop Added browser slices support 4 years ago
third_party/java-cef-jb-compose-patch
.gitattributes
.gitignore
README.md Added browser slices support 4 years ago
build.gradle.kts Update to 0.4.0-build182 and get rid of jcenter 3 years ago
gradlew
gradlew.bat
settings.gradle.kts

README.md

CEF integration for Desktop Jetpack Compose.

Run example: To run application execute in terminal: ./gradlew run To run application in browser sliced mode execute in terminal: ./gradlew run --args="slices"

PS. Mac OS X is currently not supported.