Skip to content

Commit

Permalink
Speed up Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Nov 14, 2023
1 parent 4a0363c commit 3604b9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
kotlin.code.style=official
kotlin.experimental.tryK2=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx6g
org.gradle.caching=true

0 comments on commit 3604b9d

Please sign in to comment.