Bug 1847996 - Switch to all-compatibility JVM default mode.

See https://issuetracker.google.com/issues/280831518 about why this is needed.
This will be fixed in the next Room version: https://android-review.googlesource.com/c/platform/frameworks/support/+/2673596
fenix/119.0
mcarare 10 months ago committed by mergify[bot]
parent e1f96c012a
commit 6000a5786a

@ -166,7 +166,7 @@ allprojects {
kotlinOptions.jvmTarget = "17"
kotlinOptions.allWarningsAsErrors = true
kotlinOptions.freeCompilerArgs += [
"-opt-in=kotlin.RequiresOptIn", "-Xjvm-default=all"
"-opt-in=kotlin.RequiresOptIn", "-Xjvm-default=all-compatibility"
]
}
}

Loading…
Cancel
Save