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

getTargetBytecodeVersion

@Incubating open fun getTargetBytecodeVersion(): JavaVersion

The module specific bytecode version to use for this module. When null, the module will inherit the bytecode version from the idea project.

The Idea module bytecode version is based on the targetCompatibility settings for the associated Gradle project.