From e689bf3e4ba2ee968909afebd10e7d1f57af9334 Mon Sep 17 00:00:00 2001 From: Mustafa Ozhan Date: Sun, 2 Jun 2024 16:14:04 +0200 Subject: [PATCH] [Oztechan/CCC#3503] Add Kotlin build reports to Gradle build scans and text file --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index e21090f..ee6e56b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,7 @@ org.gradle.configureondemand=true org.gradle.kotlin.dsl.allWarningsAsErrors=true # Kotlin kotlin.code.style=official +kotlin.build.report.output=build_scan,file kotlin.incremental=true kotlin.incremental.native=true # KMP