summaryrefslogtreecommitdiff
path: root/android-plugin/intellij.android.plugin.iml
diff options
context:
space:
mode:
authorMichal Bendowski <bendowski@google.com>2019-06-19 11:43:36 +0100
committerMichal Bendowski <bendowski@google.com>2019-06-25 10:16:25 +0000
commitd8ea14d8e1330baa95dbd562f1edc8529fd3fa03 (patch)
treeb90c4b886ce739385ecd8a0e1cda10756fb6cf1b /android-plugin/intellij.android.plugin.iml
parent1994a0faadd0ff69b7b61a14aaabc17ee6b2d9c0 (diff)
downloadidea-d8ea14d8e1330baa95dbd562f1edc8529fd3fa03.tar.gz
New modules for Room support
To separate it from SQL language support itself. This is to make space for more Room support code that depends on modules that android-lang doesn't have. Also to avoid circular dependency with the DB editor. Test: New tests in //tools/adt/idea/room/... Bug: None Change-Id: Idc46393335f3fd31183f67f55564e1442f1575fa
Diffstat (limited to 'android-plugin/intellij.android.plugin.iml')
-rw-r--r--android-plugin/intellij.android.plugin.iml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android-plugin/intellij.android.plugin.iml b/android-plugin/intellij.android.plugin.iml
index 895d0a0ca46..f0bf82b0293 100644
--- a/android-plugin/intellij.android.plugin.iml
+++ b/android-plugin/intellij.android.plugin.iml
@@ -25,5 +25,6 @@
<orderEntry type="module" module-name="intellij.android.databinding" />
<orderEntry type="module" module-name="intellij.android.naveditor" />
<orderEntry type="module" module-name="intellij.android.layout-inspector" />
+ <orderEntry type="module" module-name="intellij.android.room" />
</component>
</module> \ No newline at end of file