Commit 6262710
Pin Gradle to <9.4 (incompatible with React Native 0.85.3) (#37)
Gradle >=9.4 bundles a Kotlin 2.3.x stdlib, but RN 0.85.3's bundled
gradle-plugin is compiled with Kotlin 2.1.20, which cannot read Kotlin 2.3
metadata — the build fails compiling the RN settings-plugin. 9.3.1 (Kotlin
2.2.21) is the highest working version. Stops Renovate from re-proposing the
broken upgrade (PR #34) until React Native ships a plugin built with newer
Kotlin.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c828935 commit 6262710
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
0 commit comments