Join Slack
Powered by
Is it possible to declare dependency constraints i...
# multiplatform
c
CLOVIS
10/20/2025, 6:46 PM
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
.
3
Views
Open in Slack
Previous
Next