io.catacgc.kotlin-react
Owner: Catalin Costache
Simplified Kotlin React Workflow
https://github.com/catacgc/gradle-kotlin-react
Sources: https://github.com/catacgc/gradle-kotlin-react
Add this plugin to your build using the plugins DSL:
plugins {
id("io.catacgc.kotlin-react") version "0.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.catacgc.kotlin-react:kotlin-react-plugin:0.3.0") } } apply(plugin = "io.catacgc.kotlin-react")
- Applying plugins to all subprojects .