DepthReportFactory

Creates the depth report content as it is written to a text file -- not the console.

ex:

-- ModuleCheck Depth results --

:app
source set depth most expensive dependencies
main 2 [:lib2]

:lib2
source set depth most expensive dependencies
main 1 [:lib1]

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun create(results: List<DepthFinding>): String
Link copied to clipboard