Vinay
10/26/2025, 4:27 PMcommonMain and androidMain modules. However, since the entire implementation already exists in the Android package, I’m wondering if redoing it in KMP adds much value.
I also considered another approach: keeping both the Android and KMP packages locally, making the KMP module a library, and adding it as a dependency in the Android project. Then, I could move the shared code into the KMP module while keeping Android-specific files in the Android package.
Could you please suggest which approach is better?
Also, note that the Android and iOS packages are currently built using different build systems.
And to get the app fully working in KMP, do I need to make changes only in the KMP package or in both the Android and KMP packages?rkechols
10/26/2025, 6:45 PMVinay
10/26/2025, 7:43 PMrkechols
10/26/2025, 8:10 PMrkechols
10/26/2025, 8:14 PMVinay
10/26/2025, 8:15 PMVinay
10/26/2025, 8:15 PMVinay
10/26/2025, 8:17 PMrkechols
10/26/2025, 8:28 PMVinay
10/27/2025, 7:27 AMrkechols
10/27/2025, 2:27 PMVinay
10/27/2025, 6:28 PMrkechols
10/27/2025, 6:50 PM