File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import io.github.optimumcode.json.schema.ErrorCollector
3
3
import io.github.optimumcode.json.schema.JsonSchema
4
4
import io.github.optimumcode.json.schema.JsonSchemaLoader
5
5
import io.github.optimumcode.json.schema.SchemaType
6
+ import kotlinx.serialization.ExperimentalSerializationApi
6
7
import kotlinx.serialization.encodeToString
7
8
import kotlinx.serialization.json.ClassDiscriminatorMode
8
9
import kotlinx.serialization.json.Json
@@ -15,6 +16,7 @@ import java.io.InputStreamReader
15
16
import java.util.jar.Attributes
16
17
import java.util.jar.Manifest
17
18
19
+ @OptIn(ExperimentalSerializationApi ::class )
18
20
fun main () {
19
21
val input = BufferedReader (InputStreamReader (System .`in `))
20
22
val outputWriter = System .out .bufferedWriter()
You can’t perform that action at this time.
0 commit comments