Skip to content

Commit

Permalink
fix(build): Disable loom multi-project optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyydotp committed Jun 16, 2024
1 parent facf644 commit d69efc5
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,3 +1,4 @@
org.gradle.jvmargs=-Xmx1536M
fabric.loom.multiProjectOptimisation=true
org.gradle.parallel=true
#fabric.loom.multiProjectOptimisation=true # https://github.com/FabricMC/fabric-loom/issues/1044
kotlinx.atomicfu.enableJvmIrTransformation=true

0 comments on commit d69efc5

Please sign in to comment.