Skip to content

Commit 07cd631

Browse files
authored
Merge pull request #152 from powersync-ja/parallel-builds
Enable `org.gradle.parallel` option
2 parents 1d939cc + 5bfabec commit 07cd631

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
kotlin.code.style=official
22
# Gradle
33
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
4+
org.gradle.parallel=true
45
# Compose
56
org.jetbrains.compose.experimental.uikit.enabled=true
67
# Android

0 commit comments

Comments
 (0)