summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-01-26 11:11:46 -0800
committerYigit Boyar <yboyar@google.com>2015-01-26 16:10:09 -0800
commitdc69f49d687ec036947f26a9bf9025a305de0721 (patch)
treef372dc60dbd50877df49acfe458960d280f2b822 /settings.gradle
parent5cd681c345db8f606d7d5a8662e20e059f21a86c (diff)
downloaddata-binding-dc69f49d687ec036947f26a9bf9025a305de0721.tar.gz
properly handle expressions which are static.
Also make bindable a runtime expression so that we can read it in the compiler Change-Id: Id8f6cdf010dde61d64a20841557c3b997916fbf9
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index 0ef7dc5e..374e1730 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -5,3 +5,4 @@ include ':annotations'
include ':grammerBuilder'
include ':annotationprocessor'
include ':xmlGrammer'
+include ':TestApp'