summaryrefslogtreecommitdiff
path: root/compose-ide-plugin/BUILD
diff options
context:
space:
mode:
authorAlan Leung <acleung@google.com>2021-09-10 14:27:44 -0700
committerTreeHugger Robot <treehugger-gerrit@google.com>2021-09-14 18:57:46 +0000
commitb1f9829e1d95796feec6e1f45da004e5fec9eeac (patch)
tree6b5de9fd729a420e184e767d1f6a2a6f96ece8fa /compose-ide-plugin/BUILD
parentde5711ece6bf9c009dbabe3b1993a41eb573d8e0 (diff)
downloadidea-b1f9829e1d95796feec6e1f45da004e5fec9eeac.tar.gz
LE: Add a way to use Compose Compiler within Studio
This CL allows LE to call the compose compiler directly. Currently behind a flag, it is meant for anyone who wants to try using LE with compose using this backend. Bug: none Test: none Change-Id: Iaee860bc6b78836de8763ba9c3ca1819c433e515
Diffstat (limited to 'compose-ide-plugin/BUILD')
-rw-r--r--compose-ide-plugin/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/compose-ide-plugin/BUILD b/compose-ide-plugin/BUILD
index 413dd1324b4..0b4bff12471 100644
--- a/compose-ide-plugin/BUILD
+++ b/compose-ide-plugin/BUILD
@@ -19,6 +19,7 @@ iml_module(
"//tools/adt/idea/artwork:intellij.android.artwork[module]",
"//tools/adt/idea/adt-ui:intellij.android.adt.ui[module]",
"//tools/base/layoutlib-api:studio.android.sdktools.layoutlib-api[module]",
+ "//tools/adt/idea/compose-ide-plugin:compiler-hosted-1.1.0-SNAPSHOT",
],
)
@@ -63,3 +64,10 @@ iml_module(
"//tools/adt/idea/.idea/libraries:mockito[test]",
],
)
+
+# managed by go/iml_to_build
+java_import(
+ name = "compiler-hosted-1.1.0-SNAPSHOT",
+ jars = ["lib/compiler-hosted-1.1.0-SNAPSHOT.jar"],
+ visibility = ["//visibility:public"],
+)