Skip to content

Commit

Permalink
chore: enable parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-musale committed Nov 15, 2024
1 parent e97dc0d commit d34208b
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
@@ -1,8 +1,9 @@
#Gradle
org.gradle.jvmargs=-Xmx5120m -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx5120m"
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true

#Kotlin
kotlin.code.style=official
Expand Down

0 comments on commit d34208b

Please sign in to comment.