tz.co.asoft.library
Owner: aSoft Ltd
A kotlin library plugin
https://github.com/aSoft-Ltd/foundation/tree/master/foundation-plugins
Sources: https://github.com/aSoft-Ltd/build-src
Add this plugin to your build using the plugins DSL:
plugins {
id("tz.co.asoft.library") version "1.5.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("tz.co.asoft:foundation-plugins:1.5.3") } } apply(plugin = "tz.co.asoft.library")
- Applying plugins to all subprojects .