resolve

open override fun resolve(info: ModuleInfo): T & Any

Resolve Module

Given a suite of module info for a built-in module, resolve the module implementation and provide it as the return value.

Return

The resolved module instance.

Parameters

info

The module info for the built-in module.