Search Gradle plugins

Version 0.1.0-a5

0.1.0-a5

Created 09 May 2019.

The uncompromising Kotlin code formatter

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.github.grihabor.blue") version "0.1.0-a5"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.github.grihabor.blue:gradle_plugin:0.1.0-a5")
      }
    }
    
    apply(plugin = "com.github.grihabor.blue")
  • Applying plugins to all subprojects .