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 0a8fed9 commit 6d3157bCopy full SHA for 6d3157b
integration-testing/smokeTest/build.gradle
@@ -64,7 +64,7 @@ kotlin {
64
allprojects {
65
configurations.all {
66
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
67
- if (details.requested.name == atomicfu_wasm_version) {
+ if (details.requested.name == 'atomicfu-wasm') {
68
details.useVersion '0.21.0-wasm0'
69
}
70
0 commit comments