Search Gradle plugins

tz.co.asoft.konfig

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)

0.0.3

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.konfig") version "0.0.3"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.tz.co.asoft:konfig-plugin:0.0.3")
      }
    }
    
    apply(plugin = "tz.co.asoft.konfig")
  • Applying plugins to all subprojects .