Interface | Description |
---|---|
CompilerPlugin |
A simple interface for compiler plugins to run after the compiler has finished such as for things like
generating documentation or code generation etc
|
Class | Description |
---|---|
CLICompiler<A extends CompilerArguments> | |
CLIConfigurationKeys | |
CompilerArguments | |
CompilerPluginContext |
Represents the context of available state in which a
CompilerPlugin runs such as
the Project , the BindingContext and the underlying JetFile files. |
CompilerVersion |
Enum | Description |
---|---|
ExitCode |