com.starter.library.multiplatform
Owner: Mateusz Kwieciński
Set of plugins that might be useful for Multi-Module Android projects.
https://github.com/usefulness/project-starter/
Sources: https://github.com/usefulness/project-starter.git
Version 0.69.0
0.69.0
Created 04 January 2024.
Set of plugins that might be useful for Multi-Module Android projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.starter.library.multiplatform") version "0.69.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.project.starter:multiplatform:0.69.0") } } apply(plugin = "com.starter.library.multiplatform")
- Applying plugins to all subprojects .