Result

class Result(libraries: List<Library>, licenses: List<License>)

Functions

component1
Link copied to clipboard
operator fun component1(): List<Library>
component2
Link copied to clipboard
operator fun component2(): List<License>

Properties

libraries
Link copied to clipboard
val libraries: List<Library>
licenses
Link copied to clipboard
val licenses: List<License>