From be1051ad5bbbe45310ec551c0887535dd5981aa8 Mon Sep 17 00:00:00 2001 From: lihenggui Date: Thu, 24 Oct 2024 11:43:00 -0700 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d23fabdc4..c3ee9eb75 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ As Firebase Analytics does not yet support Kotlin Multiplatform, the implementat | Module | Progress | Desktop supported | Android supported | iOS supported | Web supported | |---------------------------|-------------|-------------------|-------------------|---------------|---------------| -| app | Not started | ❌ | ❌ | ❌ | ❌ | +| app | Not started | 🚧 | 🚧 | ❌ | ❌ | | app-nia-catalog | Done | ✅ | ✅ | ❔ | ✅ | | :core:analytics | Done | ✔️ | ✔️ | ✔️ | ❌ | | :core:common | Done | ✔️ | ✔️ | ✔️ | ❌ | @@ -76,6 +76,7 @@ As Firebase Analytics does not yet support Kotlin Multiplatform, the implementat ❔: Not yet tested, but expected to work ✔️: Successfully compiled ❌: Not functioning, requires further attention +🚧: Work in progress # Running the Project