Skip to content

Commit 626f45d

Browse files
authored
Release version 13.20.0 (#1785)
Features: * Kotlin: interfaces are now generated as functional interfaces whenever it is possible. * Kotlin: static properties of classes can be now accessed also via static getter and setter generated as extension function. * Kotlin: generated collection types are immutable. Signed-off-by: Patryk Wrobel <[email protected]>
1 parent 0a72005 commit 626f45d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 13.20.0
4+
Release date 2025-11-05
45
### Features:
56
* Kotlin: interfaces are now generated as functional interfaces whenever it is possible.
67
* Kotlin: static properties of classes can be now accessed also via static getter and setter generated as extension function.
8+
* Kotlin: generated collection types are immutable.
79

810
## 13.19.0
911
Release date 2025-08-11
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = 13.19.0
1+
version = 13.20.0

0 commit comments

Comments
 (0)