Closed adelsaramii closed 1 year ago
You can do it as in android compose:
androidx.compose.ui.graphics.Color(0xFF1F1F1E)
You can do it as in android compose:
androidx.compose.ui.graphics.Color(0xFF1F1F1E)
im lookin for multiplatform solution is there a way?
Yep. It works everywhere
i find the solution in case if any one need it https://stackoverflow.com/a/69604651
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
in android side we used android.graphics.Color.parseColor for parsing Hex String Color what is the solution in compose multiplatform