Merge pull request #5592 from element-hq/feature/bma/constValKey
Improve how data is handled for the WorkManager.
This commit is contained in:
commit
9baf948b35
9 changed files with 152 additions and 54 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue