project

open fun project(@DelegatesTo(value = IdeaProject::class) closure: Closure)(source)

Configures IDEA project information.

For examples see docs for IdeaProject.


open fun project(action: Action<in IdeaProject>)(source)

Configures IDEA project information.

For examples see docs for IdeaProject.

Since

3.5