Registry / build-tool / kotlin-gradle-plugin-api

kotlin-gradle-plugin-api

JSON →
library2.4.0javamavenunverified

Provides the API for developing Gradle plugins that integrate with the Kotlin compiler and build process.

<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-gradle-plugin-api</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-GRADLE-PLUG
K
kotlin-gradle-plugin-api
build-tooljavav2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KotlinPlugin
org.jetbrains.kotlin.gradle.plugin.KotlinPlugin

Implement the KotlinPlugin interface to create a custom Gradle plugin.

import org.jetbrains.kotlin.gradle.plugin.KotlinPlugin; public class MyPlugin implements KotlinPlugin { @Override public void apply(Project project) { // Plugin logic } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
kotlin-gradle-plugin-api — mvn dependency:get kotlin-gradle-plugin-api · libregistry