Skip to content

Commit 931fbab

Browse files
committed
Fixed the issue with resolving of kotlinx-immutable-collections
1 parent 3bfebf8 commit 931fbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-libraries-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</dependency>
6161
<dependency>
6262
<groupId>org.jetbrains.kotlinx</groupId>
63-
<artifactId>kotlinx-collections-immutable</artifactId>
63+
<artifactId>kotlinx-collections-immutable-jvm</artifactId>
6464
<version>${kotlinx-collections-immutable.version}</version>
6565
</dependency>
6666
<dependency>

0 commit comments

Comments
 (0)