Added support for compiler plugins

This commit is contained in:
Erik C. Thauvin 2023-11-12 16:20:30 -08:00
parent b29169213b
commit 132fc7199b
2 changed files with 30 additions and 2 deletions

View file

@ -496,9 +496,9 @@ public class CompileKotlinOptions {
}
/**
* Enable verbose logging output which includes details of the compilation process.
* Pass an option to a plugin.
*
* @param id the plugin
* @param id the plugin ID
* @param optionName the plugin option name
* @param value the plugin option value
*/