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

getJdkName

open fun getJdkName(): String

The JDK to use for this module. If null, the value of the existing or default ipr XML (inherited) is used. If it is set to inherited, the project SDK is used. Otherwise the SDK for the corresponding value of java version is used for this module.

For example see docs for IdeaModule