kapt {
  generateStubs = true
  arguments {
    arg('toothpick_registry_package_name', "${android.defaultConfig.applicationId}.toothpick")
  }
}

dependencies {
  compile "com.github.stephanenicolas.toothpick:toothpick-runtime:$toothpick_ver"
  kapt "com.github.stephanenicolas.toothpick:toothpick-compiler:$toothpick_ver"
}