KaptArguments

interface KaptArguments

A DSL to specify arguments that are used during kapt processing.

Functions

Link copied to clipboard
abstract fun arg(name: Any, vararg values: Any)
abstract fun arg(name: String, vararg values: String)

Adds argument with the specified name and values.