Search Gradle plugins

Version 0.9.10

0.9.10

Created 06 November 2017.

Generate random-objects-factory for kotlin-data-class

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.kgmyshin.random") version "0.9.10"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.kgmyshin:gradle-random-data-class-plugin:0.9.10")
      }
    }
    
    apply(plugin = "com.kgmyshin.random")
  • Applying plugins to all subprojects .