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.0
0.11.0
Created 30 July 2021.
Fast dependency graph validation for gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.rickbusarow.tangle") version "0.11.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.rickbusarow.tangle:tangle-gradle-plugin:0.11.0") } } apply(plugin = "com.rickbusarow.tangle")
- Applying plugins to all subprojects .