Skip to content

Commit bf0a035

Browse files
committed
...
1 parent 002130c commit bf0a035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
module tools.jackson.module.kotlin
33
{
44
requires kotlin.reflect;
5-
requires kotlin.stdlib;
5+
requires transitive kotlin.stdlib;
66
requires org.jetbrains.annotations;
77

88
requires com.fasterxml.jackson.annotation;

0 commit comments

Comments
 (0)