Originally posted by **Murtowski** February 27, 2023
Imagine that we have `common` KMM module that contains Moko `resources`.
That module has a class with method which returns `ColorResource.Single` e.g. `MR.colors.primary`
Then we have another `android` module which depends on module `common` (`implementation(project("common"))`)
Is it possible to override in `android` module value of `MR.colors.primary` returned by `common` module ?
Discussed in https://github.com/icerockdev/moko-resources/discussions/432