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 d81cd5a commit 559b796Copy full SHA for 559b796
pom.xml
@@ -291,6 +291,17 @@
291
<artifactId>kotlin-reflect</artifactId>
292
<optional>true</optional>
293
</dependency>
294
+ <dependency>
295
+ <groupId>org.jetbrains.kotlin</groupId>
296
+ <artifactId>kotlin-stdlib</artifactId>
297
+ <optional>true</optional>
298
+ <exclusions>
299
+ <exclusion>
300
+ <groupId>org.jetbrains</groupId>
301
+ <artifactId>annotations</artifactId>
302
+ </exclusion>
303
+ </exclusions>
304
+ </dependency>
305
<dependency>
306
<groupId>org.jetbrains.kotlin</groupId>
307
<artifactId>kotlin-stdlib-jdk8</artifactId>
0 commit comments