com.rickbusarow.tangle
Owner: Rick Busarow
Create Android component bindings for Dagger with Anvil
https://github.com/RBusarow/Tangle
Sources: https://github.com/RBusarow/Tangle
Version 0.12.0
0.12.0
Created 26 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.12.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.rickbusarow.tangle:tangle-gradle-plugin:0.12.0") } } apply(plugin = "com.rickbusarow.tangle")
- Applying plugins to all subprojects .