api / org.gradle.play.plugins.ide / PlayIdePlugin

PlayIdePlugin

@Incubating open class PlayIdePlugin : Plugin<Project>

Plugin for configuring IDE plugins when the project uses the Play Framework component support.

NOTE: This currently supports configuring the 'idea' plugin only.

Constructors

<init>

PlayIdePlugin()

Plugin for configuring IDE plugins when the project uses the Play Framework component support.

NOTE: This currently supports configuring the 'idea' plugin only.

Functions

apply

open fun apply(project: Project): Unit