language Settings
abstract fun languageSettings(configure: LanguageSettingsBuilder.() -> Unit): LanguageSettingsBuilder
Configures the LanguageSettingsBuilder source set with the provided configuration.
Note: This interface is soft-deprecated. Instead, it is better to use the existing compilerOptions DSL.
Configures the LanguageSettingsBuilder in the source set with the provided configuration.
Note: This interface is soft-deprecated. Instead, it is better to use the existing compilerOptions DSL.
Provides the DSL to configure a subset of Kotlin compilation language settings for this KotlinSourceSet.
Note: This interface is soft-deprecated. Instead, it is better to use the existing compilerOptions DSL.