ajalt / colormath

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

Extensions Gradle declarations incorrect in docs #38

Closed sebj closed 1 year ago

sebj commented 1 year ago

The Gradle declarations for extensions in the documentation appear to be incorrect/outdated.

They all have the prefix com.github.ajalt.colormath.extensions.colormath-ext-..., but the available Maven artifacts I can see have the prefix com.github.ajalt.colormath.colormath-ext....

I initially copy-pasted from the docs and was puzzled as to why the dependency couldn't be resolved, before checking and realising this.

ajalt commented 1 year ago

Thanks for letting me know!