io.github.gciatto.kt-mpp.multi-project-helper
Owner: Giovanni Ciatto
Kotlin multi-platform and multi-project configurations plugin for Gradle: multi-platform & multi-project helper plugin
https://github.com/gciatto/kt-mpp
Sources: https://github.com/gciatto/kt-mpp.git
Version 2.3.1
2.3.1
Created 07 September 2023.
Kotlin multi-platform and multi-project configurations plugin for Gradle: multi-platform & multi-project helper plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.gciatto.kt-mpp.multi-project-helper") version "2.3.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.gciatto:kt-mpp:2.3.1") } } apply(plugin = "io.github.gciatto.kt-mpp.multi-project-helper")
- Applying plugins to all subprojects .