Builder

class Builder

Builder used to automatically parse and interpret the generated library data from the plugin.

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
fun build(): Libs

Build the Libs instance with the applied configuration.

Link copied to clipboard
fun withJson(stringData: String): Libs.Builder

Provide the generated library data as String

Extensions

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