Search Gradle plugins

Version 7.5.2

7.5.2

Created 19 April 2023.

Kotlin/JS worker configuration

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.turansky.kfc.worker") version "7.5.2"
}

See also:

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