mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-03 14:06:34 +02:00
fix(build): remove -Xbackend-threads=0 to stop parallel codegen crashes (#6066)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -223,7 +223,7 @@ private val SHARED_COMPILER_ARGS =
|
||||
listOf(
|
||||
"-Xexpect-actual-classes",
|
||||
"-Xskip-prerelease-check",
|
||||
"-Xbackend-threads=0",
|
||||
// No -Xbackend-threads: parallel codegen races and crashes release builds (KT-83578).
|
||||
)
|
||||
|
||||
private const val JDK_VERSION = 21
|
||||
|
||||
Reference in New Issue
Block a user