John O'Reilly
04/30/2023, 10:41 AMshared
module right now but we could have separate shared UI module if folks think that's better)Marcello Galhardo
05/01/2023, 10:44 AMMarcello Galhardo
05/01/2023, 10:44 AMJohn O'Reilly
05/01/2023, 10:49 AMshared
module right now which seems to work ok but can move to separate module if we needMarcello Galhardo
05/01/2023, 10:51 AMMarcello Galhardo
05/01/2023, 10:51 AMJohn O'Reilly
05/01/2023, 10:53 AMMarcello Galhardo
05/01/2023, 10:54 AMMarcello Galhardo
05/01/2023, 10:54 AMMarcello Galhardo
05/01/2023, 10:54 AMJohn O'Reilly
05/01/2023, 11:01 AMJohn O'Reilly
05/01/2023, 11:02 AMcafonsomota
05/03/2023, 10:01 AMcafonsomota
05/03/2023, 10:02 AMThat said, maybe we can import the UI in shared-ios, shared-android and shared-desktop, and include it in its artefacts? (edited)I believe you need to create a single framework that will contain all of them, otherwise what happens under the hood is that each framework that has dependencies on other frameworks will have it’s own copy of it (increasing the .ipa size)
John O'Reilly
05/03/2023, 10:03 AMJohn O'Reilly
05/03/2023, 10:04 AMJohn O'Reilly
05/03/2023, 10:05 AMJohn O'Reilly
05/03/2023, 10:05 AMcafonsomota
05/03/2023, 10:07 AMwas actually going to start looking at pulling that in!I’ve started playing with it when I saw your tweet after kotlin conf 🙂
cafonsomota
05/03/2023, 10:09 AMcommonMain
and not from androidMain
and iosMain
Marcello Galhardo
05/03/2023, 10:15 AMcafonsomota
05/03/2023, 10:29 AMMarcello Galhardo
05/03/2023, 10:55 AMMarcello Galhardo
05/03/2023, 10:56 AMJohn O'Reilly
05/03/2023, 11:37 AMJohn O'Reilly
05/03/2023, 11:39 AM