Skip to content

Commit 32d1dc0

Browse files
committed
exclude kotlin std lib
1 parent 4645abb commit 32d1dc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
<groupId>org.jetbrains.kotlin</groupId>
8787
<artifactId>kotlin-reflect</artifactId>
8888
</exclusion>
89+
<exclusion>
90+
<groupId>org.jetbrains.kotlin</groupId>
91+
<artifactId>kotlin-stdlib</artifactId>
92+
</exclusion>
8993
</exclusions>
9094
</dependency>
9195
<dependency>

0 commit comments

Comments
 (0)