org.gradle.experimental.kotlin-jvm-library
Owner: Gradle
Experimental declarative plugin for Kotlin JVM libraries
https://blog.gradle.org/declarative-gradle
Sources: https://github.com/gradle/declarative-gradle
Version 0.1.35 (latest)
0.1.35
Created 27 November 2024.
Experimental declarative plugin for Kotlin JVM libraries
Add this plugin to your build using the plugins DSL:
plugins {
id("org.gradle.experimental.kotlin-jvm-library") version "0.1.35"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.gradle.experimental:plugin-kmp:0.1.35") } } apply(plugin = "org.gradle.experimental.kotlin-jvm-library")
- Applying plugins to all subprojects .