mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-16 15:51:31 +00:00
- 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)
6 lines
208 B
INI
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 |