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