Guilherme Delgado
04/12/2024, 2:56 PMMax
04/13/2024, 10:50 AMresource
module with a ResourceProvider
interface. That interface defines all available drawables/strings etc and is injected into all modules with koin.
In my composeApp di module i provide a real implementation of this interface and map the Res.drawable/Res.strings to my interface fields.
It’s not ideal, but also not a deal breaker for multi module projects imho.Guilherme Delgado
04/15/2024, 11:44 AMGuilherme Delgado
04/15/2024, 11:45 AMGuilherme Delgado
04/15/2024, 11:45 AMGuilherme Delgado
04/15/2024, 11:45 AMGuilherme Delgado
04/15/2024, 11:46 AM./gradlew :shared-ui:main:installDebug
) or Wasm (./gradlew :shared-ui:wasmJsBrowserDevelopmentRun
) I must use this targets.Guilherme Delgado
04/15/2024, 11:46 AMGuilherme Delgado
04/15/2024, 11:47 AMGuilherme Delgado
04/15/2024, 11:48 AMGuilherme Delgado
04/18/2024, 10:56 AMGuilherme Delgado
04/18/2024, 10:57 AM