File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ org.gradle.parallel=true
11
11
# Dokka plugin eats more memory than usual. Therefore, all builds should have enough.
12
12
org.gradle.jvmargs =-Xmx4096m -XX:MaxMetaspaceSize=1024m -XX:+UseParallelGC
13
13
14
+ # suppress inspection "UnusedProperty"
15
+ # The below property enables generation of XML reports for tests.
16
+ # If this flag is false, it causes `KotlinTestReport` task to replace these reports with one
17
+ # consolidated HTML report.
18
+ # See: https://github.com/JetBrains/kotlin/blob/9fd05632f0d7f074b6544527e73eb0fbb2fb1ef2/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/testing/internal/KotlinTestReport.kt#L20
19
+ # See: https://youtrack.jetbrains.com/issue/KT-32608
20
+ kotlin.tests.individualTaskReports =true
21
+
14
22
# Enables the Dokka migration mode from v1 to v2.
15
23
# For details please see:
16
24
# https://kotlinlang.org/docs/dokka-migration.html#enable-migration-helpers
You can’t perform that action at this time.
0 commit comments