|
|
@ -69,8 +69,8 @@ subprojects { |
|
|
|
jvm("desktop") |
|
|
|
jvm("desktop") |
|
|
|
applyDefaultHierarchyTemplate() |
|
|
|
applyDefaultHierarchyTemplate() |
|
|
|
js(IR) { |
|
|
|
js(IR) { |
|
|
|
browser() |
|
|
|
// browser() |
|
|
|
// nodejs() // Commented to save a bit of CI time. Testing in a browser should be enough. |
|
|
|
nodejs() // Commented to save a bit of CI time. Testing in a browser should be enough. |
|
|
|
} |
|
|
|
} |
|
|
|
wasmJs { |
|
|
|
wasmJs { |
|
|
|
d8 {} |
|
|
|
d8 {} |
|
|
|