Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Gradle
org.gradle.kotlin.kotlin-dsl.precompiled-script-plugins
PluginId
Author
org.gradle.kotlin.kotlin-dsl.precompiled-script-plugins
Owner: Gradle
Gradle Kotlin DSL Precompiled Script Plugins
https://github.com/gradle/gradle/tree/HEAD/platforms/core-configuration/kotlin-dsl-plugins
Sources: https://github.com/gradle/kotlin-dsl
Version 4.0.0-alpha02
4.0.0-alpha02
Created 18 November 2022.
Gradle Kotlin DSL Precompiled Script Plugins
Other versions
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
- 4.5.0
- 4.4.0
- 4.3.1
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.16
- 4.0.15
- 4.0.14
- 4.0.13
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-rc-2
- 4.0.0-rc-1
- 4.0.0-alpha01
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.0
- 2.4.1
- 2.4.0
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0
- 1.0-rc-15
- 1.0-rc-14
- 1.0-rc-13
- 1.0-rc-12
- 1.0-rc-10
- 1.0-rc-9
- 1.0-rc-8
- 1.0-rc-7
- 1.0-rc-6
- 1.0-rc-5
- 1.0-rc-3
- 1.0-rc-2
- 1.0-rc-1
- 0.19.14
- 0.19.13
- 0.19.12
- 0.19.11
- 0.19.10
- 0.19.9
Add this plugin to your build using the plugins DSL:
plugins {
id("org.gradle.kotlin.kotlin-dsl.precompiled-script-plugins") version "4.0.0-alpha02"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.gradle.kotlin:gradle-kotlin-dsl-plugins:4.0.0-alpha02") } } apply(plugin = "org.gradle.kotlin.kotlin-dsl.precompiled-script-plugins")
- Applying plugins to all subprojects .