Report in FUS tracking of prepareKotlinBuildScriptModel invocations

Currently, if user creates new project using wizard, there are several
invocations of Gradle. It is difficult to identify import process
itself. Now it could be done by monitoring invocations of
prepareKotlinBuildScriptModel task.
#KT-54998 Fixed
This commit is contained in:
Andrey Uskov
2022-12-17 11:39:12 +03:00
parent 70db910767
commit e3282d090d
@@ -32,6 +32,7 @@ enum class BooleanMetrics(val type: BooleanOverridePolicy, val anonymization: Bo
// Enabled features
BUILD_SRC_EXISTS(OR, SAFE),
BUILD_PREPARE_KOTLIN_BUILD_SCRIPT_MODEL(OR, SAFE),
GRADLE_BUILD_CACHE_USED(OVERRIDE, SAFE),
GRADLE_WORKER_API_USED(OVERRIDE, SAFE),