Search Gradle plugins

Version 1.4.2

1.4.2

Created 31 December 2020.

Generate code for Simple Api and Simple DB, etc

Add this plugin to your build using the plugins DSL:

plugins {
  id("kim.jeonghyeon.kotlin-simple-architecture-gradle") version "1.4.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("kim.jeonghyeon:kotlin-simple-architecture-gradle:1.4.2")
      }
    }
    
    apply(plugin = "kim.jeonghyeon.kotlin-simple-architecture-gradle")
  • Applying plugins to all subprojects .