io.github.magek1511
Owner: Eshgin Magerramov
Shows number of lines, classes and methods
https://github.com/MagEk1511/KFD-ProjectInfoPlugin.git
Sources: https://github.com/MagEk1511/KFD-ProjectInfoPlugin.git
Version 1.0.0 (latest)
1.0.0
Created 05 December 2023.
Shows number of lines, classes and methods
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.magek1511") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.magek1511:KFD-ProjectInfoPlugin:1.0.0") } } apply(plugin = "io.github.magek1511")
- Applying plugins to all subprojects .