Skip to content

Commit

Permalink
Add missing json serialization dep (#5651)
Browse files Browse the repository at this point in the history
Summary:
Something was presumably only added in buck land.

Pull Request resolved: #5651

Test Plan:
```
./gradlew :sample:assembleDebug
BUILD SUCCESSFUL in 1m 53s
```
 ---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/flipper/pull/5651).
* __->__ #5651
* #5649

Reviewed By: antonk52

Differential Revision: D59629629

Pulled By: passy

fbshipit-source-id: 42979a7c6170b240a3abdd2963c8d5067e25b64e
  • Loading branch information
passy authored and facebook-github-bot committed Jul 11, 2024
1 parent 58f08fe commit 3220100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/plugins/litho/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ android {
implementation deps.lithoSectionsCore
implementation deps.lithoWidget
implementation deps.supportAppCompat
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1"
compileOnly deps.jsr305

testImplementation deps.junit
Expand Down

0 comments on commit 3220100

Please sign in to comment.