Add some documentation.
This commit is contained in:
parent
be4810ee39
commit
dec510df64
5 changed files with 14 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
### VersionCatalog
|
### VersionCatalog
|
||||||
|
|
||||||
|
https://docs.gradle.org/current/userguide/platforms.html
|
||||||
|
|
||||||
### Jetpack Compose
|
### Jetpack Compose
|
||||||
|
|
||||||
https://developer.android.com/jetpack/compose/mental-model
|
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]
|
[versions]
|
||||||
# Project
|
# Project
|
||||||
android_gradle_plugin = "7.3.1"
|
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.androidConfig
|
||||||
import extension.commonDependencies
|
import extension.commonDependencies
|
||||||
import extension.composeConfig
|
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.androidConfig
|
||||||
import extension.commonDependencies
|
import extension.commonDependencies
|
||||||
import extension.composeConfig
|
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.androidConfig
|
||||||
import extension.commonDependencies
|
import extension.commonDependencies
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue