summaryrefslogtreecommitdiff
path: root/android-lint/BUILD
diff options
context:
space:
mode:
authorChristophe Rhodes <xof@google.com>2021-10-18 10:35:19 +0100
committerChristophe Rhodes <xof@google.com>2021-10-21 08:58:59 +0000
commitff21f676bfcb9c4f86f5306b1ff40bd307247fc9 (patch)
tree2b35c632443ee8830334c61305b8cfc709052ad2 /android-lint/BUILD
parent14d3a9af58c2d126f0b0295ba1a5ae7723d2fe3a (diff)
downloadidea-ff21f676bfcb9c4f86f5306b1ff40bd307247fc9.tar.gz
Remove spurious dsl.kotlin dependency from core
The kotlin support in general is required at runtime / test-time, but not to compile most things, as the interface provided by the gradle-dsl module should be sufficient. Modify the testutils module to have runtime-scope dependencies on the test-runtime needs of dsl clients, and depend on that testutils module in modules whose tests transitively end up using the dsl layer. Bug: none Test: existing Change-Id: I38c4b4162a72484f84d9699003cebd56152af395
Diffstat (limited to 'android-lint/BUILD')
-rw-r--r--android-lint/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/android-lint/BUILD b/android-lint/BUILD
index 6d637a16845..ef059a5f3c7 100644
--- a/android-lint/BUILD
+++ b/android-lint/BUILD
@@ -91,6 +91,7 @@ iml_module(
"//tools/adt/idea/android:intellij.android.core[module, test]",
"//tools/adt/idea/project-system:intellij.android.projectSystem[module, test]",
"//prebuilts/studio/intellij-sdk:studio-sdk-plugin-Kotlin[test]",
+ "//tools/adt/idea/gradle-dsl:intellij.android.gradle.dsl.testutils[module, test]",
],
)