summaryrefslogtreecommitdiff
path: root/compose-ide-plugin
diff options
context:
space:
mode:
authorAlan Leung <acleung@google.com>2022-08-10 17:41:46 -0700
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-08-17 04:18:18 +0000
commit643e133e5af998f28e94f47cdc794fc3660cae12 (patch)
tree6f1f00e2c7b6afed9ba8383bef18f55ba7e2930a /compose-ide-plugin
parenta66f6742bb8d8d3381de2c76bd2ed94125b01075 (diff)
downloadidea-643e133e5af998f28e94f47cdc794fc3660cae12.tar.gz
LE: Make BasicCompileTest use the Compose Compiler
Bug: 242254050 Test: This adds all sorts of test coverage to BasicCompileTest! Change-Id: I08d7373a8f4aa853fc602770ff507767d7269fff
Diffstat (limited to 'compose-ide-plugin')
-rw-r--r--compose-ide-plugin/testData/lib/README5
-rw-r--r--compose-ide-plugin/testData/lib/compose-runtime-1.3.0-SNAPSHOT.jarbin0 -> 1054660 bytes
2 files changed, 5 insertions, 0 deletions
diff --git a/compose-ide-plugin/testData/lib/README b/compose-ide-plugin/testData/lib/README
new file mode 100644
index 00000000000..11b3da98274
--- /dev/null
+++ b/compose-ide-plugin/testData/lib/README
@@ -0,0 +1,5 @@
+compose-runtime-1.3.0-SNAPSHOT.jar:
+
+This JAR is only used in Live Edit unit test since the Compose compiler
+would not compile @Composable code without the runtime being in the
+input CLASSPATH.
diff --git a/compose-ide-plugin/testData/lib/compose-runtime-1.3.0-SNAPSHOT.jar b/compose-ide-plugin/testData/lib/compose-runtime-1.3.0-SNAPSHOT.jar
new file mode 100644
index 00000000000..a14166c91a4
--- /dev/null
+++ b/compose-ide-plugin/testData/lib/compose-runtime-1.3.0-SNAPSHOT.jar
Binary files differ