Minor, invert analysis flag that allows unstable dependencies

This commit is contained in:
Alexander Udalov
2020-12-07 21:13:18 +01:00
parent 7d37030095
commit b7d32a8754
5 changed files with 5 additions and 5 deletions
@@ -15,7 +15,7 @@ interface DeserializationConfiguration {
val reportErrorsOnPreReleaseDependencies: Boolean
get() = false
val reportErrorsOnIrDependencies: Boolean
val allowUnstableDependencies: Boolean
get() = false
val typeAliasesAllowed: Boolean