Package org.jetbrains.kotlin.gradle.dsl
Interface KaptArguments
-
- All Implemented Interfaces:
public interface KaptArguments
A DSL to specify arguments that are used during kapt processing.
-
-
Method Summary
-
-
Method Detail
-
arg
@Deprecated(message = "This function with Any parameters is scheduled for removal in Kotlin 2.2. Consider migrating to the function with String parameters.", replaceWith = @ReplaceWith(imports = {}, expression = "arg(name.toString(), *values.map { it.toString() }.toTypedArray())")) abstract Unit arg(Object name, Object values)
-
-
-
-