summaryrefslogtreecommitdiff
path: root/compose-ide-plugin/BUILD
diff options
context:
space:
mode:
authorAlan Leung <acleung@google.com>2022-01-13 15:52:52 -0800
committerMatthew Gharrity <gharrma@google.com>2022-02-22 19:04:55 +0000
commit56076af0fb2b7efea292bbafa3c2f0fb48106a2d (patch)
treeabd31028cf2e70b56bb9144c5229ee23b03817c7 /compose-ide-plugin/BUILD
parent64f482f83d2335376b39796c0e21064751a44263 (diff)
downloadidea-56076af0fb2b7efea292bbafa3c2f0fb48106a2d.tar.gz
Kotlin plugin 1.6.20-M1 + Compose 1.2.0
Change-Id: Ie5b95ee92aa7c1354731b1886249e97344405280
Diffstat (limited to 'compose-ide-plugin/BUILD')
-rw-r--r--compose-ide-plugin/BUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/compose-ide-plugin/BUILD b/compose-ide-plugin/BUILD
index c12de41af81..722834efe3f 100644
--- a/compose-ide-plugin/BUILD
+++ b/compose-ide-plugin/BUILD
@@ -19,7 +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",
+ "//tools/adt/idea/compose-ide-plugin:compiler-hosted-1.2.0-SNAPSHOT",
"//tools/adt/idea/android:intellij.android.core[module]",
],
)
@@ -72,7 +72,7 @@ load("//tools/base/bazel:jvm_import.bzl", "jvm_import")
# managed by go/iml_to_build
jvm_import(
- name = "compiler-hosted-1.1.0-SNAPSHOT",
- jars = ["lib/compiler-hosted-1.1.0-SNAPSHOT.jar"],
+ name = "compiler-hosted-1.2.0-SNAPSHOT",
+ jars = ["lib/compiler-hosted-1.2.0-SNAPSHOT.jar"],
visibility = ["//visibility:public"],
)