io.github.vlsi.kotlin-argument-expression
Owner: Vladimir Sitnikov
Adds a default compiler plugin configuration, and a dependency on argument-expression-annotations
https://github.com/vlsi/kotlin-argument-expression
Sources: https://github.com/vlsi/kotlin-argument-expression.git
Version 1.0.6 (latest)
1.0.6
Created 20 January 2024.
Adds a default compiler plugin configuration, and a dependency on argument-expression-annotations
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.vlsi.kotlin-argument-expression") version "1.0.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.vlsi.kae:argument-expression-gradle-plugin:1.0.6") } } apply(plugin = "io.github.vlsi.kotlin-argument-expression")
- Applying plugins to all subprojects .