Skip to content

Instantly share code, notes, and snippets.

@douglasiacovelli
Last active April 13, 2018 19:06
Show Gist options
  • Select an option

  • Save douglasiacovelli/c1ec705e67419fde8798aa6d88c7d340 to your computer and use it in GitHub Desktop.

Select an option

Save douglasiacovelli/c1ec705e67419fde8798aa6d88c7d340 to your computer and use it in GitHub Desktop.
dependencies {
...
}
//This step below fixes the issues
afterEvaluate {
android.applicationVariants.all {
def name = it.name.capitalize()
tasks["kapt${name}Kotlin"].dependsOn("transformDataBindingWithDataBindingMergeArtifactsFor${name}")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment