We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bebd8 commit eaa6d4fCopy full SHA for eaa6d4f
gradle.properties
@@ -4,7 +4,7 @@
4
org.gradle.jvmargs = -Xmx4g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
5
org.gradle.parallel = true
6
org.gradle.caching = true
7
-org.gradle.configuration-cache = false
+org.gradle.configuration-cache = true
8
9
#########################
10
# Kotlin settings
settings.gradle.kts
@@ -7,7 +7,7 @@ pluginManagement {
plugins {
id("com.gradle.develocity") version ("4.1")
- id("org.ajoberstar.reckon.settings") version ("0.19.2")
+ id("org.ajoberstar.reckon.settings") version ("1.0.0")
11
}
12
13
rootProject.name = "kotlin-multiplatform-diff"
0 commit comments