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_compiler_plugin-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
341
342
| <aid="kt_compiler_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 |`[]`|
343
+
| <aid="kt_compiler_plugin-data"></a>data | The list of data files to be used by compiler's plugin | <ahref="https://bazel.build/concepts/labels">List of labels</a> | optional |`[]`|
342
344
| <aid="kt_compiler_plugin-compile_phase"></a>compile_phase | Runs the compiler plugin during kotlin compilation. Known examples: `allopen`, `sam_with_reciever`| Boolean | optional |`True`|
343
345
| <aid="kt_compiler_plugin-id"></a>id | The ID of the plugin | String | required ||
344
346
| <aid="kt_compiler_plugin-options"></a>options | Dictionary of options to be passed to the plugin. Supports the following template values:<br><br>- `{generatedClasses}`: directory for generated class output - `{temp}`: temporary directory, discarded between invocations - `{generatedSources}`: directory for generated source output - `{classpath}` : replaced with a list of jars separated by the filesystem appropriate separator. | <ahref="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | optional |`{}`|
| <aid="kt_plugin_cfg-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
504
506
| <aid="kt_plugin_cfg-deps"></a>deps | Dependencies for this configuration. | <ahref="https://bazel.build/concepts/labels">List of labels</a> | optional |`[]`|
507
+
| <aid="kt_plugin_cfg-data"></a>data | The list of data files to be used by compiler's plugin | <ahref="https://bazel.build/concepts/labels">List of labels</a> | optional |`[]`|
505
508
| <aid="kt_plugin_cfg-options"></a>options | A dictionary of flag to values to be used as plugin configuration options. | <ahref="https://bazel.build/rules/lib/dict">Dictionary: String -> List of strings</a> | optional |`{}`|
506
509
| <aid="kt_plugin_cfg-plugin"></a>plugin | The plugin to associate with this configuration | <ahref="https://bazel.build/concepts/labels">Label</a> | required ||
0 commit comments