fix: add serialization-json dependency to app module for BroadcastReceiver
AgentMessageReceiver uses kotlinx.serialization.json.Json to parse broadcast messages, but the app module was missing the runtime library. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4246ac5321
commit
302985d17d
1 changed files with 2 additions and 0 deletions
|
|
@ -83,5 +83,7 @@ dependencies {
|
||||||
|
|
||||||
implementation(libs.coroutines.android)
|
implementation(libs.coroutines.android)
|
||||||
|
|
||||||
|
implementation(libs.serialization.json)
|
||||||
|
|
||||||
debugImplementation(libs.compose.ui.tooling)
|
debugImplementation(libs.compose.ui.tooling)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue