Disable stats-collector dependency for Android Studio
- AS40 has platform >= 193, but has no `stats-collector` plugin in it, which caused build errors
This commit is contained in:
committed by
Roman Golyshev
parent
5474d5f1d3
commit
04ef1081b3
@@ -87,7 +87,9 @@ dependencies {
|
||||
|
||||
Platform[193].orHigher {
|
||||
implementation(commonDep("org.jetbrains.intellij.deps.completion", "completion-ranking-kotlin"))
|
||||
implementation(intellijPluginDep("stats-collector"))
|
||||
Ide.IJ {
|
||||
implementation(intellijPluginDep("stats-collector"))
|
||||
}
|
||||
}
|
||||
|
||||
compileOnly(commonDep("org.jetbrains", "markdown"))
|
||||
|
||||
Reference in New Issue
Block a user