project

open fun project(@DelegatesTo(value = IdeaProject::class) closure: Closure)
open fun project(action: Action<out Any>)

Configures IDEA project information.

For examples see docs for IdeaProject.