what about this? ``` configure<IdeaProject> ...
# gradle
f
what about this?
Copy code
configure<IdeaProject> {
    project {
        jdkName = "1.8"
        languageLevel  = "1.8"
    }
}