include

abstract fun include(vararg modules: KthModule)
abstract fun include(modules: Iterable<KthModule>)

Includes modules to this context or module.

Return

this builder

Parameters

modules

the modules to include