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.90.0
5.90.0
Created 09 January 2023.
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.90.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.turansky.kfc:kfc-gradle-plugin:5.90.0") } } apply(plugin = "io.github.turansky.kfc.root")
- Applying plugins to all subprojects .