Hello all,
The new version 0.20.0 of the SDK 6 is available. It includes the following main changes:
- Allow to build a Feature from a WPK and a Kernel.
- Set Java source to 1.8 to be compatible with new IDEs versions, but keep 1.7 as the target version.
- Deploy Application object files in BSP only if their content changed.
- Do not produce Virtual Device by default during Application build.
It also fixes several bugs.
Update your project plugins configuration (build.gradle.kts) to use this new version:
plugins {
id("com.microej.gradle.application") version "0.20.0"
}
Then check the Migration Notes.
To be noted, this new version requires Gradle 8.6 minimum.
Find the complete changelog of MICROEJ SDK at docs.microej.com.
Happy coding!
The MicroEJ Team.