summaryrefslogtreecommitdiff
path: root/android-plugin/intellij.android.plugin.iml
diff options
context:
space:
mode:
authorJerome Gaillard <jgaillard@google.com>2021-05-04 19:30:56 +0100
committerJerome Gaillard <jgaillard@google.com>2021-05-10 13:56:53 +0000
commit7ee3b509fe7fccc27948bc68d2ceec397d4d810e (patch)
tree55c66c0848a3941725c4c02eee27ca94749ae42a /android-plugin/intellij.android.plugin.iml
parent2c8b7c55cd16e88c58b24e9ad5d995f90ac1424b (diff)
downloadidea-7ee3b509fe7fccc27948bc68d2ceec397d4d810e.tar.gz
Create a design tools plugin
This new plugin is contains: - the designer module - the nav-editor module - the compose-designer module - the customview module - the layoutlib module - the layoutlib jar That corresponds to everything that needs direct access to layoutlib classes. It depends on the android plugin, and implements a new extension point, layoutLibraryProvider, defined in LayoutLibraryLoader. That allows the android plugin to still have access to a LayoutLibrary, while preventing it from accessing the internals of layoutlib. Bug: 187316741 Test: existing tests Change-Id: I264d82e14cb206fa7e1443cb85a0e2bc1f79c200
Diffstat (limited to 'android-plugin/intellij.android.plugin.iml')
-rw-r--r--android-plugin/intellij.android.plugin.iml4
1 files changed, 0 insertions, 4 deletions
diff --git a/android-plugin/intellij.android.plugin.iml b/android-plugin/intellij.android.plugin.iml
index 320147a059c..c1d55f9127b 100644
--- a/android-plugin/intellij.android.plugin.iml
+++ b/android-plugin/intellij.android.plugin.iml
@@ -12,7 +12,6 @@
<orderEntry type="module" module-name="intellij.android.core" />
<orderEntry type="module" module-name="intellij.android.emulator" />
<orderEntry type="module" module-name="intellij.android.sdkUpdates" />
- <orderEntry type="module" module-name="intellij.android.designer" />
<orderEntry type="module" module-name="intellij.android.app-inspection.ide" />
<orderEntry type="module" module-name="intellij.android.profilersAndroid" />
<orderEntry type="module" module-name="intellij.android.adb" />
@@ -29,10 +28,7 @@
<orderEntry type="module" module-name="intellij.android.lang-databinding" />
<orderEntry type="module" module-name="intellij.android.databinding" />
<orderEntry type="module" module-name="intellij.android.mlkit" />
- <orderEntry type="module" module-name="intellij.android.nav.editor" />
<orderEntry type="module" module-name="intellij.android.layout-inspector" />
- <orderEntry type="module" module-name="intellij.android.compose-designer" />
- <orderEntry type="module" module-name="intellij.android.designer.customview" />
<orderEntry type="module" module-name="intellij.android.room" />
<orderEntry type="module" module-name="intellij.android.wizardTemplate.impl" />
<orderEntry type="module" module-name="intellij.android.build-attribution" />