KotlinTopLevelExtensionConfig
interface KotlinTopLevelExtensionConfig
Deprecated
Use KotlinBaseExtension interface instead
Replace with
KotlinBaseExtension
Content copied to clipboard
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
Inheritors
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.