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