fix: Add JavaScript targets

- Added JS (IR) targets (`browser` and `nodejs`) to the Kotlin Multiplatform configuration for publishing.
This commit is contained in:
Adrian Kuta
2025-10-14 12:15:02 +02:00
parent 6f5ed9c681
commit a084102d85
3 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ jobs:
# Builds the release artifacts of the library
- name: Test
run: ./gradlew test
run: ./gradlew cleanJvmTest jvmTest