summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Dahlstrom <dahlstrom@google.com>2022-04-04 16:00:00 -0700
committerDana Dahlstrom <dahlstrom@google.com>2022-05-05 15:00:00 -0700
commit533b418e643572de424a9615702916a66ec32484 (patch)
tree6bbb888b3968e4f19c6977dfec5afb2139733ac7
parent82d3a307c1e95e147926e5c8b088e05886fe2466 (diff)
downloaddata-binding-533b418e643572de424a9615702916a66ec32484.tar.gz
Add missing dependency on library kotlin-test
Change-Id: I59bace81228ddb06ac0dc81bd3a554bb19799715
-rw-r--r--BUILD.bazel1
-rw-r--r--compiler/db-compiler.iml1
2 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index acebb32b..4ab3bbd5 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -242,6 +242,7 @@ iml_module(
"//tools/data-binding:compilerCommon.antlr_runtime.shaded",
"//tools/data-binding:compilerCommon.antlr.shaded",
"//prebuilts/studio/intellij-sdk:studio-sdk",
+ "//tools/adt/idea/.idea/libraries:kotlin-test[test]",
"//tools/data-binding:studio.baseLibrary[module]",
"//tools/data-binding:studio.baseLibrarySupport[module]",
"//tools/base/annotations:studio.android.sdktools.android-annotations[module]",
diff --git a/compiler/db-compiler.iml b/compiler/db-compiler.iml
index fd3b881f..2a61b8a1 100644
--- a/compiler/db-compiler.iml
+++ b/compiler/db-compiler.iml
@@ -31,6 +31,7 @@
</orderEntry>
<orderEntry type="inheritedJdk" />
<orderEntry type="library" name="studio-sdk" level="project" />
+ <orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="db-baseLibrary" exported="" />
<orderEntry type="module" module-name="db-baseLibrarySupport" exported="" />