Commit e128eed
authored
Move Kotlin serialization gradle plugin into libs.versions.toml (#6254)
A previous change,
#6186, added the
Kotlin serialization plugin to every single Gradle module; however, only
one module actually used it. Moreover, it is becoming more conventional
to define dependency versions in `gradle/libs.versions.toml`. This PR
removes the global dependency on the Kotlin serialization plugin and,
instead, moves the version into `gradle/libs.versions.toml`, and also
modifies the dependency on the Kotlin JSON serialization library to use
`gradle/libs.versions.toml`. This will make sure that every module uses
the same version, which will become important once Data Connect, which
also uses these libraries, is merged into main.1 parent 27a16a1 commit e128eed
File tree
3 files changed
+7
-4
lines changed- firebase-vertexai
- gradle
3 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
0 commit comments