The new version 0.18.0 of the SDK 6 is available. It includes the following changes:
- Add the plugin
com.microej.gradle.runtime-api
to build a Runtime API. - Allow to run dependent applications on simulator (declared with
microejApplication
). - Support incremental build when using a published VEE Port with Full BSP Connection.
- Fix several bugs.
Update your project plugins configuration (build.gradle.kts
) to use this new version:
plugins {
id("com.microej.gradle.application") version "0.18.0"
}
Find the complete changelog of MICROEJ SDK at docs.microej.com.
Happy coding!
The MicroEJ Team.