io.github.turansky.kfc.root
Owner: Victor Turansky
Configure Kotlin/JS plugin in root project
https://github.com/turansky/kfc-plugins
Sources: https://github.com/turansky/kfc-plugins
Version 5.23.0
5.23.0
Created 20 May 2022.
Configure Kotlin/JS plugin in root project
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.turansky.kfc.root") version "5.23.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.turansky.kfc:kfc-gradle-plugin:5.23.0") } } apply(plugin = "io.github.turansky.kfc.root")
- Applying plugins to all subprojects .