Search Gradle plugins

Version 4.6.0

4.6.0

Created 12 May 2021.

Kotlin/JS component configuration

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.github.turansky.kfc.component") version "4.6.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.github.turansky.kfc:gradle-plugin:4.6.0")
      }
    }
    
    apply(plugin = "com.github.turansky.kfc.component")
  • Applying plugins to all subprojects .