File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
integration-testing/examples
mpp-version-catalog/shared
multi-module-test/producer Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,11 @@ kotlin {
5050 }
5151}
5252
53+ // Workaround for KT-71203. Can be removed after https://github.com/Kotlin/kotlinx-atomicfu/issues/431
54+ atomicfu {
55+ transformJs = false
56+ }
57+
5358tasks.withType<KotlinCompile <* >>().configureEach {
5459 kotlinOptions {
5560 freeCompilerArgs + = listOf (" -Xskip-prerelease-check" )
Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ kotlin {
3737 }
3838}
3939
40+ // Workaround for KT-71203. Can be removed after https://github.com/Kotlin/kotlinx-atomicfu/issues/431
41+ atomicfu {
42+ transformJs = false
43+ }
44+
4045tasks.withType<KotlinCompile <* >>().configureEach {
4146 kotlinOptions {
4247 freeCompilerArgs + = listOf (" -Xskip-prerelease-check" )
Original file line number Diff line number Diff line change @@ -21,3 +21,8 @@ kotlin {
2121 }
2222 }
2323}
24+
25+ // Workaround for KT-71203. Can be removed after https://github.com/Kotlin/kotlinx-atomicfu/issues/431
26+ atomicfu {
27+ transformJs = false
28+ }
You can’t perform that action at this time.
0 commit comments