kim.jeonghyeon.kotlin-simple-architecture-gradle
Owner: Jeonghyeon kim
Generate code for Simple Api and Simple DB, etc
https://github.com/dss99911/kotlin-simple-architecture
Sources: https://github.com/dss99911/kotlin-simple-architecture.git
Version 1.4.3
1.4.3
Created 02 January 2021.
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.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("kim.jeonghyeon:kotlin-simple-architecture-gradle:1.4.3") } } apply(plugin = "kim.jeonghyeon.kotlin-simple-architecture-gradle")
- Applying plugins to all subprojects .