com.bnorm.react.kotlin-react-function
Owner: Brian Norman
Kotlin Compiler plugin for React boilerplate
https://github.com/bnorm/kotlin-react-function
Sources: https://github.com/bnorm/kotlin-react-function.git
Version 0.7.0 (latest)
0.7.0
Created 14 January 2022.
Kotlin Compiler plugin for React boilerplate
Add this plugin to your build using the plugins DSL:
plugins {
id("com.bnorm.react.kotlin-react-function") version "0.7.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.bnorm.react:kotlin-react-function-gradle:0.7.0") } } apply(plugin = "com.bnorm.react.kotlin-react-function")
- Applying plugins to all subprojects .