languageSettings
abstract fun languageSettings(configure: LanguageSettingsBuilder.() -> Unit): LanguageSettingsBuilder
Configures the LanguageSettingsBuilder source set with the provided configuration.
Note: The LanguageSettingsBuilder interface will be deprecated in the future. Instead, it is better to use the existing compilerOptions
DSL.
Configures the LanguageSettingsBuilder in the source set with the provided configuration.
Note: The LanguageSettingsBuilder interface will be deprecated in the future. 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: The LanguageSettingsBuilder interface will be deprecated in the future. Instead, it is better to use the existing compilerOptions
DSL.