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 70d8a3a commit c138d61Copy full SHA for c138d61
src/main/java/module-info.java
@@ -3,7 +3,8 @@
3
{
4
requires kotlin.reflect;
5
requires transitive kotlin.stdlib;
6
- requires org.jetbrains.annotations;
+ // compile-time only:
7
+ requires static org.jetbrains.annotations;
8
9
requires com.fasterxml.jackson.annotation;
10
requires tools.jackson.core;
0 commit comments