Skip to content

Commit 5cba191

Browse files
authored
Update AnalyticsCollector.gradle
1 parent c49577b commit 5cba191

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-app/app/gradle-helpers/AnalyticsCollector.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class AnalyticsCollector{
1919
return new AnalyticsCollector(analyticsFilePath)
2020
}
2121

22-
void markHasUseKotlinPropertyInApp() {
23-
hasUseKotlinPropertyInApp = true
22+
void markUseKotlinPropertyInApp(boolean useKotlin) {
23+
hasUseKotlinPropertyInApp = useKotlin
2424
}
2525

2626
void writeAnalyticsFile() {
@@ -45,4 +45,4 @@ class AnalyticsCollector{
4545
}
4646
}
4747

48-
ext.AnalyticsCollector = AnalyticsCollector
48+
ext.AnalyticsCollector = AnalyticsCollector

0 commit comments

Comments
 (0)