We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb85058 commit 531936dCopy full SHA for 531936d
CHANGELOG.md
@@ -7,6 +7,7 @@
7
### New features
8
9
* Add `@Debug.Renderer` to collections in `kala.collection.internal.convert`.
10
+* Export package `kala.gson` from module `kala.gson`.
11
12
## 0.84.0
13
kala-common-gson/src/main/java/module-info.java
@@ -19,6 +19,7 @@
19
requires static kala.base;
20
requires static kala.collection;
21
22
+ exports kala.gson;
23
exports kala.gson.base;
24
exports kala.gson.collection;
25
}
0 commit comments