Skip to content

Commit 6460bc4

Browse files
authored
Release version 13.14.0 (#1748)
Features: * The new version of Gluecodium brings `android-kotlin` generator, which allows rendering Kotlin+JNI files that can be used for Android. The initial release covers generation of all available LIME element types. The supported attributes are the same as for Java. The generated documentation comments follow KDoc: Dokka engine can be used to process them and produce documentation in HTML format. Kotlin generator is exposed via CLI, CMake and gluecodium-gradle plugin. Signed-off-by: Patryk Wrobel <[email protected]>
1 parent 01e4c4f commit 6460bc4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Gluecodium project Release Notes
22

3-
## Unreleased
3+
## 13.14.0
4+
Release date 2025-05-14
45
### Features
56
* The new version of Gluecodium brings `android-kotlin` generator, which allows rendering Kotlin+JNI files that can be used for Android. The initial release covers generation of all available LIME element types. The supported attributes are the same as for Java. The generated documentation comments follow KDoc: Dokka engine can be used to process them and produce documentation in HTML format. Kotlin generator is exposed via CLI, CMake and gluecodium-gradle plugin.
67

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = 13.13.0
1+
version = 13.14.0

0 commit comments

Comments
 (0)