io.specgen.kotlin.gradle
Owner: Specgen Automation
A plugin that integrates specgen Kotlin code generation into the Gradle build process.
Sources: https://github.com/specgen-io/specgen.git
Version 2.1.2134 (latest)
2.1.2134
Created 17 October 2022.
A plugin that integrates specgen Kotlin code generation into the Gradle build process.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.specgen.kotlin.gradle") version "2.1.2134"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.specgen:specgen-kotlin-gradle-plugin:2.1.2134") } } apply(plugin = "io.specgen.kotlin.gradle")
- Applying plugins to all subprojects .