Add missing test.

This commit is contained in:
Benoit Marty 2025-10-23 09:59:24 +02:00
parent a440815404
commit 3bd4aa746d
2 changed files with 13 additions and 3 deletions

View file

@ -17,7 +17,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)