summaryrefslogtreecommitdiff
path: root/formats/json/jsMain/src/kotlinx/serialization/json/JsonSchemaCache.kt
blob: a0820ef4b71ce138ad1659efa4c0df35e128843a (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright 2017-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
 */

package kotlinx.serialization.json

import kotlinx.serialization.json.internal.*

@Suppress("DEPRECATION_ERROR")
internal actual val Json.schemaCache: DescriptorSchemaCache get() = this._schemaCache