Skip to content

Commit

Permalink
chore: enable org.gradle.configuration-cache since the issue has been…
Browse files Browse the repository at this point in the history
… fixed.
  • Loading branch information
hanrw committed May 25, 2024
1 parent 878c99d commit ca74148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.caching=true
#org.gradle.configuration-cache=true --> https://github.com/touchlab/SKIE/issues/34
org.gradle.configuration-cache=true
#Kotlin
kotlin.code.style=official
kotlin.js.compiler=ir
Expand Down

0 comments on commit ca74148

Please sign in to comment.