Search Gradle plugins

Version 0.3.1

0.3.1

Created 24 September 2022.

Kotlin Multiplatform app conventions

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.huanshankeji.kotlin-multiplatform-app-conventions") version "0.3.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.huanshankeji:architecture-common-gradle-plugins:0.3.1")
      }
    }
    
    apply(plugin = "com.huanshankeji.kotlin-multiplatform-app-conventions")
  • Applying plugins to all subprojects .