summaryrefslogtreecommitdiff
path: root/android-plugin/intellij.android.plugin.iml
diff options
context:
space:
mode:
authorKainan Wang <knwang@google.com>2018-11-08 17:40:15 -0800
committerDavid Herman <davidherman@google.com>2018-11-15 22:46:35 +0000
commitef043352b0cc20495cef2c4f18f252ba24d5308a (patch)
treea179128f51881faf388a1362b9f1e802c80bea8c /android-plugin/intellij.android.plugin.iml
parent619658a467b0c063afd5dd8447c5b8c204c26509 (diff)
downloadidea-ef043352b0cc20495cef2c4f18f252ba24d5308a.tar.gz
Move databinding src code out of android core
This CL move most databinding code out of core component: DataBindingUtil: partially moved (keeps methods that are used outside databinding) BrUtil, DataBindingMode, DataBindingProjectComponent: not moved (used in other core component) Other files: fully moved Bug: 117268794 Test: existed Change-Id: I55b9508d87e54e7e921ff36a3d1e7072deb50163
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 c98a33a6414..be473821234 100644
--- a/android-plugin/intellij.android.plugin.iml
+++ b/android-plugin/intellij.android.plugin.iml
@@ -21,5 +21,6 @@
<orderEntry type="module" module-name="connection-assistant" />
<orderEntry type="module" module-name="whats-new-assistant" />
<orderEntry type="module" module-name="intellij.android.lang-databinding" />
+ <orderEntry type="module" module-name="intellij.android.databinding" />
</component>
</module> \ No newline at end of file