Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: update kotlin, compose compiler, ksp, jvm-abi-gen to 1.9.21 ``` buck run artificer -- download \ androidx.compose.compiler:compiler:1.5.7 \ :kotlin:1.9.21 --config plugin.timeout_sec=120 ``` - Suppress warning for -XXLanguage:-EnumEntries - Manually update kotlin-compile-testing to forked repro which is up-to-date with kotlin 1.9.20 - no longer need to patch KAPT because acejingbo's fix is merged into this version - replace `dumpFileAccessHistory` with `dumpFileReadHistory` in [buck client](https://www.internalfb.com/code/whatsapp-android/[master%3Ad70460c8e]/buck2/buck_client/src/com/facebook/buck/jvm/kotlin/DaemonKotlincToJarStepFactory.java?lines=111) - remove p3 from org.jetbrains.kotlin.fir.analysis.checkers.overriddenFunctions in ZoneSafeChecker. [Change to API in Jetbrains/Kotlin](JetBrains/kotlin@fdec0bd) allow-large-files Reviewed By: hick209 Differential Revision: D51620127 fbshipit-source-id: 30d1bd07ec569299cf47b3d438f080e6df0a47bd
- Loading branch information