scope

@NotNull
abstract fun scope(): @NotNull AddonLoaderScope

Gets the scope of the addon, indicating where it should be loaded. This is only used if you are using gradle plugin for generating addons' entrypoints.

Return

The addon scope.