with

abstract fun with(vararg elements: KthElement)
abstract fun with(elements: Iterable<KthElement>)

Includes elements to this context or module.

Return

this builder

Parameters

elements

the elements to include