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 c362498 commit 5f1fc3fCopy full SHA for 5f1fc3f
pom.xml
@@ -209,7 +209,16 @@
209
</dependency>
210
211
</dependencies>
212
-
+
213
+ <dependencyManagement>
214
+ <dependencies>
215
+ <dependency>
216
+ <groupId>org.jetbrains.kotlin</groupId>
217
+ <artifactId>kotlin-stdlib</artifactId>
218
+ <version>2.1.0</version>
219
+ </dependency>
220
+ </dependencies>
221
+ </dependencyManagement>
222
<build>
223
224
0 commit comments