Kotlin Top Level Extension Config
A plugin DSL extension for configuring common options for the entire project.
Use the extension in your build script in the kotlin block:
kotlin {
// Your extension configuration
}Content copied to clipboard
Properties
Functions
Link copied to clipboard
Sets explicitApi option to report issues as errors.
Link copied to clipboard
Sets explicitApi option to report issues as warnings.