Search Gradle plugins

io.github.gciatto.kt-mpp.multi-project-helper

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 1.2.0

1.2.0

Created 21 March 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 "1.2.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.gciatto:kt-mpp:1.2.0")
      }
    }
    
    apply(plugin = "io.github.gciatto.kt-mpp.multi-project-helper")
  • Applying plugins to all subprojects .