Skip to content

Commit 2fa5cba

Browse files
committed
1 parent 5a1b10e commit 2fa5cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/jvm/java9/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module kotlinx.datetime {
22
requires transitive kotlin.stdlib;
3-
requires transitive static kotlinx.serialization.core;
3+
requires static kotlinx.serialization.core;
44

55
exports kotlinx.datetime;
66
exports kotlinx.datetime.serializers;

0 commit comments

Comments
 (0)