project

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

Configures IDEA project information.

For examples see docs for IdeaProject.