PluginDependency

Information for a plugin's dependency on another plugin.

Properties

Link copied to clipboard
@get:JvmName(name = "id")
abstract val id: String

The plugin ID of the dependency, not the dependent.

Link copied to clipboard
abstract val isOptional: Boolean

If the dependency is optional or not.