I'm looking for a Kotlin Multiplatform library tha...
# multiplatform
s
I'm looking for a Kotlin Multiplatform library that also allows to write EXIF data. Does anyone know a good one? I need something that runs on JVM Desktop, Android and iOS. I'm aware that Kotlin/Native allows me to use the built-in libs from Android & iOS, but I'm not sure what to do about Desktop... expect that I could use Apache Commons Imaging. A pure Kotlin EXIF Reader/Writer would be a nice thing, but I don't find one so far.
1
b
You might try your luck on kamp.petuska.dev, although I doubt such solution exists.
s
Thanks. No search results for "exif" 😕
b
Then there's nothing for it on mavenCentral I'm affraid
s
Thanks. I bookmarked the site anyway 🙂