Add some documentation.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user