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 002130c commit bf0a035Copy full SHA for bf0a035
src/main/java/module-info.java
@@ -2,7 +2,7 @@
2
module tools.jackson.module.kotlin
3
{
4
requires kotlin.reflect;
5
- requires kotlin.stdlib;
+ requires transitive kotlin.stdlib;
6
requires org.jetbrains.annotations;
7
8
requires com.fasterxml.jackson.annotation;
0 commit comments