forma
forma copied to clipboard
Add transitiveDeps extension
For uniform typing add transitiveDeps like with deps
val String.transitiveDep: NamedDependency get() = transitiveDeps(this)

This will help maintain consistency in the declaration of libraries.
I think it's nice idea to have extension property and we can implement it