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
@@ -46,7 +46,7 @@ object AnalysisFlags {
val ideMode by AnalysisFlag.Delegates.Boolean
@JvmStatic
val reportErrorsOnIrDependencies by AnalysisFlag.Delegates.Boolean
val allowUnstableDependencies by AnalysisFlag.Delegates.Boolean
@JvmStatic
val libraryToSourceAnalysis by AnalysisFlag.Delegates.Boolean