summaryrefslogtreecommitdiff
path: root/compose-ide-plugin/BUILD
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2020-07-23 20:44:52 -0700
committerEsteban de la Canal <estebandlc@google.com>2020-07-27 18:47:27 +0000
commitda773a4401b3eea1495000c85bd90cc6ac8d7f5f (patch)
treead095283b455dfc6d51364abf42b3c7235f1426f /compose-ide-plugin/BUILD
parentb4a7f3f5ae921ac31b0755a2162f24a0de689735 (diff)
downloadidea-da773a4401b3eea1495000c85bd90cc6ac8d7f5f.tar.gz
Adds libraries to use when unbundled from IJ
These CLs add the libraries that point to prebuilts, and add the right dependencies to all modules. Plugins should not be part of the SDK Test: N/A Bug: 156497102 Change-Id: Ib7d0ed6abfa520db27ec5a5c908b94aabb5a64d2
Diffstat (limited to 'compose-ide-plugin/BUILD')
-rw-r--r--compose-ide-plugin/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/compose-ide-plugin/BUILD b/compose-ide-plugin/BUILD
index 985e5b71a48..e48c287b904 100644
--- a/compose-ide-plugin/BUILD
+++ b/compose-ide-plugin/BUILD
@@ -78,6 +78,8 @@ iml_module(
# do not sort: must match IML order
deps = [
"//prebuilts/studio/intellij-sdk:studio-sdk",
+ "//tools/adt/idea/.idea/libraries:unb.studio-plugin-java",
+ "//tools/adt/idea/.idea/libraries:unb.studio-plugin-Kotlin",
"//tools/adt/idea/.idea/libraries:unb.kotlin-stdlib-jdk8",
"//tools/adt/idea/project-system:unb.intellij.android.projectSystem[module]",
],