Plugin Package
data class PluginPackage<TConfig>(pluginModule: PluginModule<TConfig>, manifest: WrapManifest) : WrapPackage
Implementation of the WrapPackage interface for Plugin Wrap packages.
Parameters
TConfig
The type of the plugin configuration