From ffc8b7c63a68189fb8e1de5c91e85fda5b558dd8 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Mon, 9 Nov 2020 16:05:12 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5db97f5a7..22f6cc9538 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,10 @@ at https://android.googlesource.com/platform/frameworks/support. * `ci` - Continuous Integration helpers * `cef` - CEF integration in Jetpack Compose * `examples` - examples of multiplatform Compose applications for Desktop and Android + * `codeviewer` - File Browser and Code Viewer application for Android and Desktop * `imageviewer` - Image Viewer application for Android and Desktop * `issues` - GitHub issue tracker with an adaptive UI and ktor-client + * `todoapp` - TODO items tracker with persistence and multiple screens * `gradle-plugins` - plugins, simplifying usage of Compose with Gradle * `templates` - new application templates (see `desktop-template/build_and_run_from_cli_example.sh` for using without Gradle) * `tutorials` - tutorials on using Compose for Desktop