Skip to content

Commit

Permalink
Enable org.gradle.parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jul 12, 2020
1 parent 611642d commit 438d561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ kotlin.code.style=official
# config
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=512m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=512m -Dfile.encoding=UTF-8
org.gradle.parallel=true

0 comments on commit 438d561

Please sign in to comment.