Merge pull request #5592 from element-hq/feature/bma/constValKey

Improve how data is handled for the WorkManager.
This commit is contained in:
Benoit Marty 2025-10-24 19:20:44 +02:00 committed by GitHub
commit 9baf948b35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 152 additions and 54 deletions

View file

@ -16,7 +16,7 @@ import kotlinx.serialization.json.Json
/**
* Provides a Json instance configured to ignore unknown keys.
*/
interface JsonProvider : Provider<Json>
fun interface JsonProvider : Provider<Json>
@ContributesBinding(AppScope::class)
@SingleIn(AppScope::class)