Daniele B
06/25/2021, 8:28 PMBackHandler
composable too). All the rest is identical, as they are pure layout, with NO(!) AACViewModel/AndroidNavigation/DI dependencies whatsoever.
My idea was to actually create an additional multiplatform project directory “*composables*”:
/_*composables*/commonMain_
*/composables*/androidMain
*/composables*/desktopMain
just for composables shared by Android and Desktop, but I found it incredible hard, as Gradle doesn’t seem to like me.
If there is anyone here who understands Gradle and the JetBrains Compose plugin very well, and has 15 minutes to spare to move the composables to their own separate project, it would be very appreciated.Brian G
06/25/2021, 8:45 PMDaniele B
06/25/2021, 8:48 PMuli
06/25/2021, 11:25 PMDaniele B
06/25/2021, 11:49 PMuli
06/26/2021, 9:09 AMDaniele B
06/26/2021, 12:20 PM