Skip to content

Commit 531936d

Browse files
committed
Export package kala.gson from module kala.gson
1 parent cb85058 commit 531936d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
### New features
88

99
* Add `@Debug.Renderer` to collections in `kala.collection.internal.convert`.
10+
* Export package `kala.gson` from module `kala.gson`.
1011

1112
## 0.84.0
1213

kala-common-gson/src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
requires static kala.base;
2020
requires static kala.collection;
2121

22+
exports kala.gson;
2223
exports kala.gson.base;
2324
exports kala.gson.collection;
2425
}

0 commit comments

Comments
 (0)