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.3.04
0.3.04
Created 01 May 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.3.04"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("pl.mareklangiewicz.deps:DepsKt:0.3.04") } } apply(plugin = "pl.mareklangiewicz.sourcefun")
- Applying plugins to all subprojects .