anubhav
11/03/2023, 5:28 AManubhav
11/03/2023, 5:28 AMPablichjenkov
11/03/2023, 5:42 AManubhav
11/03/2023, 5:48 AMMcEna
11/03/2023, 5:55 AManubhav
11/03/2023, 6:02 AMPablichjenkov
11/03/2023, 6:14 AMshared
or common
is an independent module from androidApp or jvmApp. And notice you can change the module names and it will still work.
Here is another example perhaps less complex than tivi
https://github.com/serbelga/Todometer-KMP/tree/mainanubhav
11/03/2023, 6:25 AMbrandonmcansh
11/03/2023, 1:31 PMbrandonmcansh
11/03/2023, 1:31 PMbrandonmcansh
11/03/2023, 1:44 PMAndrea
02/01/2024, 1:03 PMPablichjenkov
02/01/2024, 1:59 PMAndrea
02/01/2024, 2:26 PMSergio Belda Galbis
02/01/2024, 3:31 PM:app
module contains the common UI code for the apps modules: :app-android
, :app-desktop
and :app-ios
. I created this extra layer because I didn't want to put common app UI code in the :common
module that would be visible for :wearapp-wearos
module, which is a wearable app. That means that in the future I could have something like this:
β’ App: :app-android
, :app-desktop
and :app-ios
-> :app
-> :common
β’ Wearable App: :wearapp-wearos
and :wearapp-watchos
-> :wearapp
-> :common
Andrea
02/01/2024, 8:40 PMSergio Belda Galbis
02/01/2024, 9:03 PM