Skip to content

Commit

Permalink
Re-disable partial linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Dec 20, 2024
1 parent 3f6a8f0 commit 8769fe4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,7 @@ class RedwoodBuildPlugin : Plugin<Project> {
tasks.withType(KotlinJsCompile::class.java) {
it.compilerOptions.freeCompilerArgs.addAll(
// https://github.com/JetBrains/compose-multiplatform/issues/3421
// Partial linkage temporarily required due to coroutines linking against unstable API.
// See https://github.com/Kotlin/kotlinx.coroutines/issues/4292.
// "-Xpartial-linkage=disable",
"-Xpartial-linkage=disable",
// https://github.com/JetBrains/compose-multiplatform/issues/3418
"-Xklib-enable-signature-clash-checks=false",
// Translate capturing lambdas into anonymous JS functions rather than hoisting parameters
Expand Down

0 comments on commit 8769fe4

Please sign in to comment.