arguments

abstract fun arguments(action: KaptArguments.() -> Unit)

Configure KaptArguments used for annotation processing.


open fun arguments(action: Action<KaptArguments>)

Configures the KaptArguments used for annotation processing.