tools.forma.android
Owner: Stepan Goncharov
Best way to structure your Android Project
Sources: https://github.com/formatools/forma.git
Version 0.1.2.alpha-1
0.1.2.alpha-1
Created 10 July 2023.
Best way to structure your Android Project
Add this plugin to your build using the plugins DSL:
plugins {
id("tools.forma.android") version "0.1.2.alpha-1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("tools.forma:android:0.1.2.alpha-1") } } apply(plugin = "tools.forma.android")
- Applying plugins to all subprojects .