api / org.gradle.plugins.ide.idea.model / IdeaModule / getLanguageLevel

getLanguageLevel

@Incubating open fun getLanguageLevel(): IdeaLanguageLevel

The module specific language Level to use for this module. When null, the module will inherit the language level from the idea project.

The Idea module language level is based on the sourceCompatibility settings for the associated Gradle project.