Search Gradle plugins

Version 0.3.0-SNAPSHOT-test

0.3.0-SNAPSHOT-test

Created 23 September 2022.

Kotlin/JVM common app conventions

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.huanshankeji.kotlin-jvm-common-app-conventions") version "0.3.0-SNAPSHOT-test"
}

See also:

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