Extract skipPreReleaseCheck out of DeserializationConfiguration.skipMetadataVersionCheck
This commit is contained in:
+3
@@ -20,6 +20,9 @@ interface DeserializationConfiguration {
|
||||
val skipMetadataVersionCheck: Boolean
|
||||
get() = false
|
||||
|
||||
val skipPreReleaseCheck: Boolean
|
||||
get() = false
|
||||
|
||||
val typeAliasesAllowed: Boolean
|
||||
get() = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user