ajalt / colormath

Multiplatform Kotlin color conversion and manipulation
https://ajalt.github.io/colormath/
MIT License
308 stars 21 forks source link

About commonMain #49

Closed AdamBoyleSignpostr closed 10 months ago

AdamBoyleSignpostr commented 10 months ago

I am trying to use the library in commonMain along with Jetpack Compose multiplaform. However, I cannot implement the library, and can only implement in each platform, so I cannot use in commonMain.

ajalt commented 10 months ago

Here's the list of targets colormath supports, although I'm planning on adding more soon. You can read up on how kotlin structures in multiplatform targets if you're having trouble using it.