Search Gradle plugins

Version 0.1.6 (latest)

0.1.6

Created 22 April 2024.

Retrieve information of the Kotlin processes after the build execution

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.cdsap.kotlinprocess") version "0.1.6"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.cdsap:infokotlinprocess:0.1.6")
      }
    }
    
    apply(plugin = "io.github.cdsap.kotlinprocess")
  • Applying plugins to all subprojects .