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 6c3f921 commit a051417Copy full SHA for a051417
test-app/app/build.gradle
@@ -83,7 +83,7 @@ def computeBuildToolsVersion = { ->
83
project.hasProperty("buildToolsVersion") ? buildToolsVersion : "29.0.2"
84
}
85
86
-def enableAnalytics = (project.hasProperty("gatherAnalyticsData") && project.useKotlin == "true")
+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) {
0 commit comments