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
now ColorResource is just sealed class with color constants. but we should use on each platform resources of platform. so we generate colors.xml on android, and should have some actual ColorResource(R.color.mycolor) on android. now we got:
actual object colors : ResourceContainer<ColorResource> {
actual val valueColor: ColorResource.Single = Single(color = Color(0xB02743FF))