Edoardo Luppi
02/17/2026, 2:15 PM-Xdebug compiler argument still used? I see a comment that says "no-op in 2.2+". Just want to be 100% sure.dmitriy.novozhilov
02/17/2026, 2:26 PMJvmNullOutSpilledCoroutineLocals language feature (using ||), which is enabled by default since 2.2 (KT-63720). So yes, enabling the flag does nothing.Edoardo Luppi
02/17/2026, 2:28 PM