OSDN Git Service

Fix gradle plugin
authorYigit Boyar <yboyar@google.com>
Wed, 4 Mar 2015 02:38:07 +0000 (18:38 -0800)
committerYigit Boyar <yboyar@google.com>
Wed, 4 Mar 2015 02:38:07 +0000 (18:38 -0800)
Change-Id: Iac2ea9ddcbf07bd390945723cb785d77c1efb7d0

tools/data-binding/gradlePlugin/src/main/kotlin/plugin.kt

index 01a9927..2b7a20c 100644 (file)
@@ -78,9 +78,6 @@ class DataBinderPlugin : Plugin<Project> {
 
     var viewBinderSource : File by Delegates.notNull()
 
-    val serializedBinderBundlePath by Delegates.lazy {
-        "${codeGenTargetFolder.getAbsolutePath()}/${CompilerChef.RESOURCE_BUNDLE_FILE_NAME}"
-    }
     val viewBinderSourceRoot by Delegates.lazy {
         File(project.getBuildDir(), "databinder")
     }