Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10dd0cb6 authored by Yigit Boyar's avatar Yigit Boyar
Browse files

Fix gradle plugin

Change-Id: Iac2ea9ddcbf07bd390945723cb785d77c1efb7d0
parent 81536a4d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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")
    }