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 2.2.4

2.2.4

Created 05 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.2.4"
}

See also:

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