[JS] Fix kotlin bom to use type klib

This commit is contained in:
Ilya Goncharov
2023-09-20 20:17:33 +02:00
committed by Space Team
parent 1b7e7dfed7
commit 1cde8c3624
3 changed files with 6 additions and 0 deletions
@@ -73,6 +73,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kotlin-stdlib-js</artifactId>
<type>klib</type>
<version>${kotlin.version}</version>
</dependency>
<dependency>
@@ -116,6 +117,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kotlin-test-js</artifactId>
<type>klib</type>
<version>${kotlin.version}</version>
</dependency>
<dependency>