You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|<aid="kt_ksp_plugin-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
480
480
|<aid="kt_ksp_plugin-deps"></a>deps | The list of libraries to be added to the compiler's plugin classpath | <ahref="https://bazel.build/concepts/labels">List of labels</a> | optional |[]|
481
+
|<aid="kt_ksp_plugin-options"></a>options | Dictionary of options to be passed to the ksp plugin. | <ahref="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | optional | {} |
481
482
|<aid="kt_ksp_plugin-processor_class"></a>processor_class | The fully qualified class name that the Java compiler uses as an entry point to the annotation processor. | String | required ||
0 commit comments