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

@ -30,6 +30,7 @@ aboutLibraries = "12.2.4"
kotlinStdlib = "2.2.0"
runner = "1.5.2"
core = "1.5.0"
other-jsontree = "2.5.0"
[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
@ -78,6 +79,8 @@ kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", versio
androidx-runner = { group = "androidx.test", name = "runner", version.ref = "runner" }
androidx-core = { group = "androidx.test", name = "core", version.ref = "core" } # Material 3 UI
other-jsontree = { module = "com.sebastianneubauer.jsontree:jsontree", version.ref = "other-jsontree"}
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }
androidLibrary = { id = "com.android.library", version.ref = "agp" }