summaryrefslogtreecommitdiff
path: root/compose-ide-plugin/BUILD
diff options
context:
space:
mode:
authorYuriy Solodkyy <solodkyy@google.com>2021-04-07 12:38:29 +0100
committerYuriy Solodkyy <solodkyy@google.com>2021-04-07 16:18:02 +0000
commit8afc1e64950c8e95a5ccb93b22c994c5b6dc10c0 (patch)
tree21014af192f3097f61385d929c285a4d04a0c0ea /compose-ide-plugin/BUILD
parentc894c9f4c2699e74880383226daf2d9a30345551 (diff)
downloadidea-8afc1e64950c8e95a5ccb93b22c994c5b6dc10c0.tar.gz
Move injected sync code to -sync module
This change moves the code which is injected by Android Studio into the Gradle process to a standalone module so that it can target a different JDK/byte code level. Bug: 147586218 Test: n/a Change-Id: I9296dc45572e10d01a383053405ee8a5b39ea190
Diffstat (limited to 'compose-ide-plugin/BUILD')
-rw-r--r--compose-ide-plugin/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/compose-ide-plugin/BUILD b/compose-ide-plugin/BUILD
index d7ee2bbdebe..5b8017a9c27 100644
--- a/compose-ide-plugin/BUILD
+++ b/compose-ide-plugin/BUILD
@@ -56,6 +56,7 @@ iml_module(
"//tools/base/flags:studio.android.sdktools.flags[module, test]",
"//tools/adt/idea/adt-testutils:intellij.android.adt.testutils[module, test]",
"//tools/adt/idea/project-system:intellij.android.projectSystem[module, test]",
+ "//tools/adt/idea/project-system-gradle-sync:intellij.android.projectSystem.gradle.sync[module, test]",
"//tools/adt/idea/android:intellij.android.core[module, test]",
"//tools/adt/idea/android-plugin:intellij.android.plugin[module, test]",
"//tools/adt/idea/gradle-tooling/studio-gradle-tooling-api:intellij.android.gradle-tooling.api[module, test]",