org.hildan.kotlin-publish
Owner: Joffrey BION
Configures sources and Javadoc (KDoc) jars for Kotlin JVM and MPP projects
https://github.com/joffrey-bion/gradle-kotlin-publish-plugin
Sources: https://github.com/joffrey-bion/gradle-kotlin-publish-plugin
Version 1.7.0 (latest)
1.7.0
Created 31 August 2024.
Configures sources and Javadoc (KDoc) jars for Kotlin JVM, JS and MPP projects
Add this plugin to your build using the plugins DSL:
plugins {
id("org.hildan.kotlin-publish") version "1.7.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.hildan.gradle:gradle-kotlin-publish-plugin:1.7.0") } } apply(plugin = "org.hildan.kotlin-publish")
- Applying plugins to all subprojects .