Search Gradle plugins

Version 7.7.8

7.7.8

Created 20 May 2023.

Configure latest/stable webpack for Kotlin/JS projects

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.turansky.kfc.latest-webpack") version "7.7.8"
}

See also:

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