Search Gradle plugins

Version 0.11.5

0.11.5

Created 09 August 2021.

Create Android component bindings for Dagger with Anvil

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.rickbusarow.tangle") version "0.11.5"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.rickbusarow.tangle:tangle-gradle-plugin:0.11.5")
      }
    }
    
    apply(plugin = "com.rickbusarow.tangle")
  • Applying plugins to all subprojects .