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.2.85
0.2.85
Created 14 February 2024.
Updated dependencies for typical java/kotlin/android projects (with IDE support) (source fun).
Add this plugin to your build using the plugins DSL:
plugins {
id("pl.mareklangiewicz.sourcefun") version "0.2.85"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("pl.mareklangiewicz.deps:DepsKt:0.2.85") } } apply(plugin = "pl.mareklangiewicz.sourcefun")
- Applying plugins to all subprojects .