`desugaring` flag deprecation in AGP 8

The docs mention that we need to set android.enableDexingArtifactTransform.desugaring=false to avoid a weird bug that causes app crashes.

The above flag is deprecated and cannot be set to false starting from AGP 8.

Could this cause app crashes if an upgrade to AGP 8 is made?