io.github.mfederczuk.build-constants
Owner: Michael Federczuk
Plugin to generate Kotlin constants during build time.
https://github.com/mfederczuk/build-constants-gradle-plugin#readme
Sources: https://github.com/mfederczuk/build-constants-gradle-plugin
Version 0.1.0-indev01
0.1.0-indev01
Created 31 August 2024.
Plugin to generate Kotlin constants during build time.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.mfederczuk.build-constants") version "0.1.0-indev01"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.mfederczuk:build-constants-gradle-plugin:0.1.0-indev01") } } apply(plugin = "io.github.mfederczuk.build-constants")
- Applying plugins to all subprojects .