[K/N] Fix compdb usage for CLion

Merge-request: KT-MR-6483
Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com>
This commit is contained in:
Alexander Shabalin
2022-06-20 10:31:40 +00:00
committed by Space
parent 29b6039f37
commit 66c6e4e16f
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -748,6 +748,11 @@ compilationDatabase {
allTargets {
mergeFrom(provider { project("common") })
mergeFrom(provider { project("runtime") })
// TODO: Reconsider this
task.configure {
dependsOn(":kotlin-native:runtime:downloadGoogleTest")
}
}
}