Developer Repository Update v1.10.0 (WebP and Kernel APIs)

Hello all,

We added libraries to the Developer Repository; most notably, this update is a maintenance version adding kernel APIs for KF and EDC, this version also includes fixes to support Mac M1 in the WebP Image IO tool.

You can use the needed library in your application (if you use the default configuration of MICROEJ SDK) by adding the corresponding dependency line in the module.ivy file of your project:

<dependency org="com.microej.tool" name="imageio-webp" rev="1.0.2" />
<dependency org="com.microej.clibrary.thirdparty" name="libwebp" rev="1.0.2" />

<dependency org="com.microej.kernelapi" name="edc" rev="1.1.0" />
<dependency org="com.microej.kernelapi" name="kf" rev="2.1.0" />

Happy coding!
The MicroEJ Team