Skip to content

Commit e62cac8

Browse files
authored
Add export of kotlinx.datetime.format in module-info (#438)
This allows usages of the introduced format api from java 9 modules
1 parent 30ab530 commit e62cac8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/jvm/java9/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
exports kotlinx.datetime;
66
exports kotlinx.datetime.serializers;
7+
exports kotlinx.datetime.format;
78
}

0 commit comments

Comments
 (0)