Package-level declarations

Types

Link copied to clipboard
abstract class Bugs : GenericJsonObject
Link copied to clipboard
abstract class Dependencies : JsonObject<String>

A container that holds dependency values

Link copied to clipboard
Link copied to clipboard
abstract class GenericJsonObject : JsonObject<Any>

A type of JsonObject that holds Any values

Link copied to clipboard
abstract class JsonObject<T : Any> : WithGradleFactories

Generic json object container supporting extra properties and Gradle serialisation

Link copied to clipboard

A class representing package.json schema. Custom fields can be added as regular map entries.

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