status-react/android
Siddarth Kumar 09bf6673cf
chore: upgrade `kotlinPluginVersion` to `1.9.0` (#18487)
### Summary

We need to bump `kotlin` Plugin version to `1.9.0` because the `nixpkgs` upgrade will set default `gradle` version to `8.4`.
`gradle` version `8.4` comes with a base `kotlin` version of `1.9.0` which becomes incompatible with our existing version of `1.7`

Otherwise we get errors like this :

```
e: /Users/siddarthkumar/code/experiments/status-mobile/node_modules/@react-native/
gradle-plugin/src/main/kotlin/com/facebook/react/utils/TaskUtils.kt: (25, 7): Class
'kotlin.collections.CollectionsKt__CollectionsKt' was compiled with an incompatible version of Kotlin.
The binary version of its metadata is 1.9.0, expected version is 1.7.1.
The class is loaded from /nix/store/3a228ppiiljfvsrxyq15h25chmiwsmbh-gradle-8.4/lib/gradle/lib/
kotlin-stdlib-1.9.10.jar!/kotlin/collections/CollectionsKt__CollectionsKt.class
.
.
.
```

needed for https://github.com/status-im/status-mobile/pull/18321

In this commit we set `kotlinPluginVersion` to `1.9.0` and update `gradle` dependencies.

#### Platforms
- Android
2024-01-16 21:18:15 +05:30
..
app Kotlinify `StatusOkHttpClientFactory.java` (#18318) 2023-12-29 16:57:27 +05:30
build.gradle chore: add Kotlin support (#18293) 2023-12-28 20:20:25 +05:30
gradle.properties chore: upgrade `kotlinPluginVersion` to `1.9.0` (#18487) 2024-01-16 21:18:15 +05:30
gradlew nix: add missing Gradle repo path in gradle shell 2020-05-20 13:59:49 +02:00
settings.gradle upgrade react-native to 0.72.5 (#17241) 2023-12-11 21:22:23 +05:30