Move usage statistics to idea source root

This commit is contained in:
Vadim Brilyantov
2019-01-30 17:35:30 +03:00
parent 032a784d0b
commit 6a657714ec
21 changed files with 34 additions and 56 deletions
-1
View File
@@ -17,7 +17,6 @@ dependencies {
compile(project(":j2k"))
compile(project(":idea:ide-common"))
compile(project(":idea:idea-jps-common"))
compile(project(":usage-statistics"))
compile(project(":plugins:android-extensions-compiler"))
compile(project(":kotlin-scripting-compiler"))
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }