IdeaPlugin

abstract class IdeaPlugin : IdePlugin(source)

Adds a GenerateIdeaModule task. When applied to a root project, also adds a GenerateIdeaProject task. For projects that have the Java plugin applied, the tasks receive additional Java-specific configuration.

See also

Constructors

Link copied to clipboard
@Inject
constructor(uniqueProjectNameProvider: UniqueProjectNameProvider, artifactRegistry: IdeArtifactRegistry, projectPathRegistry: ProjectStateRegistry)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun addWorker(worker: Task)
Link copied to clipboard
abstract fun apply(target: T)
open fun apply(target: Project)
Apply this plugin to the given target object.
Link copied to clipboard
open fun getCleanTask(): TaskProvider<out Task>
Link copied to clipboard
Link copied to clipboard
open fun getModel(): IdeaModel
Link copied to clipboard
open fun isRoot(): Boolean
Link copied to clipboard
open fun toGradleCommand(project: Project): String