Ashampoo / kim

Image metadata manipulation library for Kotlin Multiplatform
https://ashampoo.github.io/kim/
Apache License 2.0
163 stars 8 forks source link

Missing support for iosX64 #77

Closed mipastgt closed 6 months ago

mipastgt commented 6 months ago

Hi, when I try to build a new project of mine I get the following error.

Execution failed for task ':apptools:apptools-core:transformCommonMainDependenciesMetadata'.
> Could not resolve all files for configuration ':apptools:apptools-core:iosX64CompilationDependenciesMetadata'.
   > Could not resolve com.ashampoo:kim:0.13.
     Required by:

In contrast to my other projects this one is also intended to run on iOS. That's probably the reason why I did not notice this before. This target is needed to run on the simulator on X64 macOS hardware.

mipastgt commented 6 months ago

Seems to work with latest version 0.15.1. I still had an older one in my setup.

StefanOltmann commented 6 months ago

Yes, I added it alongside with linux support in v0.15. :)