[JS] Fix kotlin bom to use type klib
This commit is contained in:
committed by
Space Team
parent
1b7e7dfed7
commit
1cde8c3624
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user