We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289df5c commit 66f279bCopy full SHA for 66f279b
gradle.properties
@@ -13,4 +13,7 @@ org.gradle.parallel=true
13
# https://github.com/gradle/gradle/issues/17955.
14
org.gradle.vfs.watch=true
15
16
+# Workaround for KGP eager configuration realization.
17
+kotlin.stdlib.jdk.variants.version.alignment = false
18
+
19
dependency.analysis.print.build.health=true
0 commit comments