Add missing test.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user