Commit e6684f3
committed
fix: align kotlinVersion with react-native-gradle-plugin
The `kotlinVersion` ext property was set to 2.1.20 while the
react-native-gradle-plugin included build brings
kotlin-gradle-plugin 2.2.0 on the classpath. This mismatch causes
third-party libraries that read `rootProject.ext.kotlinVersion` to
resolve incompatible KSP versions, breaking Android builds.1 parent 620f5a4 commit e6684f3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments