Skip to content

2.1

Compare
Choose a tag to compare
@william-hood william-hood released this 18 May 01:50
· 32 commits to master since this release

Release 2.1
On the Kotlin side not much has changed, save for updates to the latest version of Kotlin, efforts to cull down the number of warnings, and efforts to increase the documentation comments. Source code is now included in all JAR files to provide for better "intellisense" completions.

The big news for this release are Java wrappers for Memoir, Toolbox and Koarse Grind. For those who haven't noticed, trying to use Kotlin from Java can sometimes get... er... messy. --Much more so than the other way around, using Java from Kotlin. I'd actually had hopes to be able to use these projects from Java when I first created them, so for this release I decided to focus on making that happen. I've taken the time to produce full Java wrappers for all of Memoir and Toolbox. Some parts of Koarse Grind, and all of the "Descriptions" module, have been left as unwrapped Kotlin since it is usable as it is. New examples for the Java bits have been provided, and some testing in Java was also done with the Eclipse IDE.

Testing was done against Linux Mint 21.1 and Windows 11.