feature: Add detail json (#61)

Co-authored-by: TEYSSANDIER Raphael <rteyssandier@sephora.fr>
This commit is contained in:
Raphael Teyssandier 2025-08-06 14:02:07 +02:00 committed by GitHub
parent 46da1787cb
commit 46a4e00094
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 177 additions and 39 deletions

View file

@ -40,6 +40,7 @@ kotlin {
api(compose.ui)
api(compose.components.resources)
api(compose.components.uiToolingPreview)
api(libs.other.jsontree)
}
}