We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ace7d2 commit 9fa958fCopy full SHA for 9fa958f
solutions/build.gradle.kts
@@ -17,6 +17,9 @@ kotlin {
17
wasmJs {
18
browser()
19
}
20
+ js {
21
+ browser()
22
+ }
23
24
sourceSets {
25
commonMain.dependencies {
solver/build.gradle.kts
@@ -12,6 +12,9 @@ kotlin {
12
13
14
15
16
0 commit comments