Suppression

This commit is contained in:
Auxilor
2023-07-31 16:17:49 +02:00
parent 4fcf8c0368
commit ed41c1091c

View File

@@ -112,6 +112,7 @@ private object YamlConfigTypeHandler : ConfigTypeHandler(ConfigType.YAML) {
representer.defaultFlowStyle = DumperOptions.FlowStyle.BLOCK
return Yaml(
@Suppress("DEPRECATION")
YamlConstructor(),
representer,
yamlOptions,