colormath icon indicating copy to clipboard operation
colormath copied to clipboard

Make Jetpack Compose extension multiplatform

Open jakobkmar opened this issue 3 years ago • 1 comments

The Jetpack Compose extension seems to be Android only at the moment, but Compose Color is actually multiplatform and defined in the commonMain part of compose.ui.graphics.

Therefore I don't see the need for this extension to be Android only here. Making it multiplatform would allow the extension to be used for compose-jb as well.

Thanks in advance!

jakobkmar avatar Jan 18 '22 21:01 jakobkmar

That's a good idea. I'd welcome a PR.

ajalt avatar Jan 29 '22 18:01 ajalt

Thanks for the suggestion, I implemented this in 4b1f896

ajalt avatar Jun 05 '23 18:06 ajalt