Search Gradle plugins

Version 1.0.1 (latest)

1.0.1

Created 01 December 2017.

Just for learn!

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.lxj.copykts") version "1.0.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.CopyKtsPlugin:CopyKtsPlugin:1.0.1")
      }
    }
    
    apply(plugin = "com.lxj.copykts")
  • Applying plugins to all subprojects .