From bdd6aee430cf3398a087cf4ae50072ffd02e2d35 Mon Sep 17 00:00:00 2001 From: Joe Maples Date: Fri, 20 Sep 2024 14:32:50 -0400 Subject: [PATCH] docs(README): Add dokka info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26900fc..9f0cfd2 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ Android development already implemented, such as: - Deep link support - Koin dependency injection - ktlint and EditorConfig for code style - - Run configurations for checking and autoformat included + - Idea/Studio run configurations for checking and autoformat included - Timber for logging - Multi-module project structure +- Dokka for documentation generation + - Idea/Studio run configuration for generating docs included - Gradle convention plugins to simplify creating new: - App modules - Library modules