Is it possible to declare dependency constraints in `:commonTest` ? On Wasm, `kotlin-test` needs to ...
c
Is it possible to declare dependency constraints in
:commonTest
? On Wasm,
kotlin-test
needs to be the same version as Kotlin itself, but the dependency on
kotlin-test
is transitive, I don't actually use it directly, so I don't want to use
implementation
.