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.13.1
0.13.1
Created 19 September 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.13.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.rickbusarow.tangle:tangle-gradle-plugin:0.13.1") } } apply(plugin = "com.rickbusarow.tangle")
- Applying plugins to all subprojects .