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 5cba191 commit 3adb61eCopy full SHA for 3adb61e
test-app/app/build.gradle
@@ -86,8 +86,8 @@ def computeBuildToolsVersion = { ->
86
def enableAnalytics = (project.hasProperty("gatherAnalyticsData") && project.gatherAnalyticsData == "true")
87
def analyticsFilePath = "$rootDir/analytics/build-statistics.json"
88
def analyticsCollector = project.ext.AnalyticsCollector.withOutputPath(analyticsFilePath)
89
-if (enableKotlin && enableAnalytics) {
90
- analyticsCollector.markHasUseKotlinPropertyInApp()
+if (enableAnalytics) {
+ analyticsCollector.markUseKotlinPropertyInApp(enableKotlin)
91
analyticsCollector.writeAnalyticsFile()
92
}
93
0 commit comments