Meituan uses KMP to develop client applications of restaurant management system,
+ across Android, iOS and Windows platforms since 2020. This approach enabled sharing code for data,
+ domain and presentation layers, improved development efficiency in new features,
+ and ensured smooth user interactions on low-end devices.
From 84013bcb5a60b28217675a217a61129042573004 Mon Sep 17 00:00:00 2001
From: Daniel Csorba
Date: Fri, 14 Mar 2025 08:06:37 +0100
Subject: [PATCH 2/2] implemented minor style changes to align with style guide
before merging
---
topics/overview/case-studies.topic | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/topics/overview/case-studies.topic b/topics/overview/case-studies.topic
index 92a45dac..d294d38f 100644
--- a/topics/overview/case-studies.topic
+++ b/topics/overview/case-studies.topic
@@ -236,8 +236,8 @@
-
Meituan uses KMP to develop client applications of restaurant management system,
- across Android, iOS and Windows platforms since 2020. This approach enabled sharing code for data,
+
Meituan uses KMP to develop client applications for its restaurant management system,
+ across Android, iOS, and Windows platforms since 2020. This approach enabled sharing code for data,
domain and presentation layers, improved development efficiency in new features,
and ensured smooth user interactions on low-end devices.