tz.co.asoft.application
Owner: aSoft Ltd
A Library to inject configuration values to application
https://github.com/aSoft-Ltd/konfig
Sources: https://github.com/aSoft-Ltd/konfig
Version 0.0.3 (latest)
Created 01 December 2020.
A Library to inject configuration values to application
Add this plugin to your build using the plugins DSL:
plugins {
id("tz.co.asoft.application") version "0.0.3"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("tz.co.asoft.application:tz.co.asoft.application.gradle.plugin:0.0.3") }
It can then be applied in the precompiled script plugin:plugins { id("tz.co.asoft.application") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("tz.co.asoft.application:tz.co.asoft.application.gradle.plugin:0.0.3") } } apply(plugin = "tz.co.asoft.application")
- Applying plugins to all subprojects .