To remove the dependency on intellij.platform.analysis from
intellij.platform.statistics the two statistics providers
for file type and language are moved to intellij.platform.ml.impl
module.
GitOrigin-RevId:
ee9dc4e9f8a2381a2594f266b093bacef7184aeb
-// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
+// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.internal.statistic.local
import org.jetbrains.annotations.TestOnly
<orderEntry type="module" module-name="intellij.platform.editor" />
<orderEntry type="module" module-name="intellij.platform.ide.core" />
<orderEntry type="module" module-name="intellij.platform.projectModel" />
- <orderEntry type="module" module-name="intellij.platform.analysis" />
</component>
</module>
\ No newline at end of file