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.