Skip to content

Commit

Permalink
fix: lib types, fixes #138
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Dec 4, 2024
1 parent 5839de7 commit c2c9c36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-js</artifactId>
<version>${kotlin.version}</version>
<type>klib</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>${kotlin.version}</version>
<type>pom</type>
</dependency>
<!-- Reflection Library -->
<dependency>
Expand Down Expand Up @@ -124,16 +126,19 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-js</artifactId>
<version>${kotlin.version}</version>
<type>klib</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-common</artifactId>
<version>${kotlin.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-annotations-common</artifactId>
<version>${kotlin.version}</version>
<type>pom</type>
</dependency>
<!-- Scripting -->
<dependency>
Expand Down

0 comments on commit c2c9c36

Please sign in to comment.