We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a870b8 commit 5605675Copy full SHA for 5605675
gradle.properties
@@ -10,7 +10,7 @@ kotlin_version=1.6.21
10
# Dependencies
11
junit_version=4.12
12
junit5_version=5.7.0
13
-atomicfu_version=0.17.2
+atomicfu_version=0.17.3
14
knit_version=0.4.0
15
html_version=0.7.2
16
lincheck_version=2.14
integration-testing/smokeTest/build.gradle
@@ -11,7 +11,7 @@ repositories {
kotlin {
jvm()
js(IR) {
- browser()
+ nodejs()
}
17
sourceSets {
0 commit comments