Skip to content

Commit

Permalink
Bump to 1.9.21
Browse files Browse the repository at this point in the history
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
wangk5 authored and facebook-github-bot committed Feb 23, 2024
1 parent 1bc8666 commit 54f1cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

[versions]
kotlin = "1.9.10"
kotlin = "1.9.21"
agp = "7.4.1"
byte-buddy-agent = "1.12.18"
ow2-asm = "9.4"
Expand Down

0 comments on commit 54f1cef

Please sign in to comment.