pl.mareklangiewicz.sourcefun
Owner: Marek Langiewicz
Updated dependencies for typical java/kotlin/android projects (with IDE support).
https://github.com/mareklangiewicz/SourceFun
Sources: https://github.com/langara/deps.kt
Version 0.4.11
0.4.11
Created 26 June 2024.
Maintain typical java/kotlin/android projects sources with fun.
Add this plugin to your build using the plugins DSL:
plugins {
id("pl.mareklangiewicz.sourcefun") version "0.4.11"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("pl.mareklangiewicz.deps:SourceFun:0.4.11") } } apply(plugin = "pl.mareklangiewicz.sourcefun")
- Applying plugins to all subprojects .