Search Gradle plugins

Version 4.52.0

4.52.0

Created 06 December 2021.

Optimize Kotlin library configuration

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.github.turansky.kfc.library") version "4.52.0"
}

See also:

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