Files
compose-multiplatform/compose/gradle.properties
Igor Demin 33a059ddd3 Compose as submodule, scripts for build/test Compose (#830)
- add run configurations for IDEA / Android Studio
- configure CI to use those scripts to build everything: 0.0.0-newci-316 (with desktop/web components)
2021-06-29 16:58:10 +03:00

6 lines
208 B
INI

org.gradle.jvmargs=-Xmx8g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC
org.gradle.daemon=true
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.vfs.watch=true