Search Gradle plugins

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 .