com.github.turansky.kfc.local-server
Owner: Victor Turansky
Local testing server for Kotlin/JS
https://github.com/turansky/kfc-plugins
Sources: https://github.com/turansky/kfc-plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.turansky.kfc.local-server") version "0.3.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.turansky.kfc:gradle-plugin:0.3.8") } } apply(plugin = "com.github.turansky.kfc.local-server")
- Applying plugins to all subprojects .