Package-level declarations

Types

Link copied to clipboard
class Result(val libraries: List<Library>, val licenses: List<License>)

Functions

Link copied to clipboard
actual fun parseData(json: String): Result
expect fun parseData(json: String): Result
actual fun parseData(json: String): Result
Link copied to clipboard

Auto discover the generated library definition data by the default name and location res/raw/aboutlibraries.json

withJson
Link copied to clipboard

Attach the generated library definition data as ByteArray

Attach the generated library definition data as resource file, with the given id.

Attach the generated library definition data as ByteArray