summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-05 08:23:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-05 08:23:59 +0000
commit8caa50d7dc3e976971d50a795fc8774194dea16f (patch)
tree6bbb888b3968e4f19c6977dfec5afb2139733ac7
parent65479722f3bb6a2d04db7dbaee3213202ec9a36c (diff)
parent533b418e643572de424a9615702916a66ec32484 (diff)
downloaddata-binding-8caa50d7dc3e976971d50a795fc8774194dea16f.tar.gz
Snap for 8670926 from 533b418e643572de424a9615702916a66ec32484 to studio-ee-release
Change-Id: I4eb63e6bb894095847867544c0c3d836f55db52b
-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="" />