Add kotlin stdlib

This commit is contained in:
Oleg Zhurakousky
2024-10-28 14:04:30 +01:00
parent 05de9a8222
commit d84f6a4b1e

View File

@@ -40,6 +40,10 @@
<artifactId>spring-kafka</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>