Search Gradle plugins

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.arrow-kt.analysis.kotlin") version "2.0.2-alpha.2.0+2022-03-18T21-29-07-850460213Z"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.arrow-kt:arrow-analysis-kotlin-gradle-plugin:2.0.2-alpha.2.0+2022-03-18T21-29-07-850460213Z")
      }
    }
    
    apply(plugin = "io.arrow-kt.analysis.kotlin")
  • Applying plugins to all subprojects .