Add some documentation.
This commit is contained in:
parent
26145fa628
commit
6662e20f43
5 changed files with 14 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
### VersionCatalog
|
||||
|
||||
https://docs.gradle.org/current/userguide/platforms.html
|
||||
|
||||
### Jetpack Compose
|
||||
|
||||
https://developer.android.com/jetpack/compose/mental-model
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# This file is referenced in ./plugins/settings.gradle.kts to generate the version catalog.
|
||||
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
|
||||
|
||||
[versions]
|
||||
# Project
|
||||
android_gradle_plugin = "7.3.1"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* This will generate the plugin "io.element.android-compose-application", used only in the module `app`.
|
||||
*/
|
||||
import extension.androidConfig
|
||||
import extension.commonDependencies
|
||||
import extension.composeConfig
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* This will generate the plugin "io.element.android-compose-library", used in android library with compose modules.
|
||||
*/
|
||||
import extension.androidConfig
|
||||
import extension.commonDependencies
|
||||
import extension.composeConfig
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* This will generate the plugin "io.element.android-library", used in android library without compose modules.
|
||||
*/
|
||||
import extension.androidConfig
|
||||
import extension.commonDependencies
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue