blurhash icon indicating copy to clipboard operation
blurhash copied to clipboard

Publish Kotlin library to Maven Central

Open nielsvanvelzen opened this issue 4 years ago • 2 comments

We've started using BlurHashes for Jellyfin starting from version 10.6. I'm one of the maintainers of the Android TV app and I'm currently reviewing a pull request that adds support for BlurHash placeholders while loading images. So far it works great and I'm excited to ship the feature soon. Unfortunately the contributor had to copy the Kotlin decoder to our repository because it doesn't seem to be published anywhere.

This brings me to my request: would it be possible to publish the Kotlin decoder to Maven Central, so we can easily include it without copying the sources to our own repository?

nielsvanvelzen avatar Apr 08 '21 20:04 nielsvanvelzen

+1, if this library is supposed to be used widespread, than this is pretty much a must have

lukas1 avatar Apr 12 '21 11:04 lukas1

I've created a third party Kotlin Multiplatform Library with decoding + encoding support for both JVM and Android using Kotlin here; iOS is also supported.

vanniktech avatar Sep 12 '22 07:09 vanniktech