Ensure uploaded logs match debug log viewer.

This commit is contained in:
Greyson Parrelli
2025-08-13 21:20:44 -04:00
parent fc1cd6d262
commit a34ccd8ce7
6 changed files with 132 additions and 21 deletions

View File

@@ -13,6 +13,7 @@ android {
dependencies {
implementation(project(":core-util"))
implementation(project(":core-util-jvm"))
implementation(libs.kotlin.reflect)
implementation(libs.jackson.module.kotlin)