You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Imagine that we have
common
KMM module that contains Mokoresources
.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 modulecommon
(implementation(project("common"))
)Is it possible to override in
android
module value ofMR.colors.primary
returned bycommon
module ?Beta Was this translation helpful? Give feedback.
All reactions