Registry / build-tool / kotlin-gradle-plugin

kotlin-gradle-plugin

JSON →
library2.4.0javamavenunverified

Gradle plugin that compiles Kotlin source files and integrates Kotlin into the Gradle build system.

<dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-gradle-plugin</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · KOTLIN-GRADLE-PLUG
K
kotlin-gradle-plugin
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.

KotlinPluginWrapper
org.jetbrains.kotlin.gradle.plugin.KotlinPluginWrapper

Applies the Kotlin JVM plugin in a Gradle build script.

import org.jetbrains.kotlin.gradle.plugin.KotlinPluginWrapper; // In build.gradle.kts: // plugins { kotlin("jvm") version "2.4.0" } System.out.println("Kotlin Gradle plugin applied");
Debug
Known issues
breakingKotlin Gradle plugin versions must match the Kotlin compiler version; mismatches cause build failures.
fix
Ensure the Kotlin plugin version in build.gradle matches the kotlin-stdlib dependency version.
affects: all
Upgrade
Version history
2.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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