Search Gradle plugins

Version 5.131.0

5.131.0

Created 17 February 2023.

Webpack configuration for Kotlin/JS

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.turansky.kfc.webpack") version "5.131.0"
}

See also:

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