Library

class Library(val source: Path, val destination: Path, val dependencies: List<Path> = emptyList())

Constructors

Link copied to clipboard
constructor(source: Path, destination: Path, dependencies: List<Path> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard