Fix test compilation
This commit is contained in:
parent
6715104f8f
commit
155d3fb96f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import kotlinx.serialization.json.Json
|
||||||
/**
|
/**
|
||||||
* Provides a Json instance configured to ignore unknown keys.
|
* Provides a Json instance configured to ignore unknown keys.
|
||||||
*/
|
*/
|
||||||
interface JsonProvider {
|
fun interface JsonProvider {
|
||||||
operator fun invoke(): Json
|
operator fun invoke(): Json
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue