plus

abstract operator fun plus(other: Library): Runtime

Returns a new Runtime with other added to libraries.

Throws


abstract operator fun plus(runtime: Runtime): Runtime

Adds all libraries in provided libraryGroup to this libraryGroup.

Throws

if any library in runtime shares its Library.alias with one already loaded in this runtime.