Revert "Revert "Temporary workaround for failing tests on teamcity.""
This reverts commit 2c51799e0a.
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ class JavaTypeEnhancementStateParser(
|
||||
}
|
||||
|
||||
companion object {
|
||||
private val DEFAULT = JavaTypeEnhancementStateParser(MessageCollector.NONE, KotlinVersion.CURRENT)
|
||||
private val DEFAULT = JavaTypeEnhancementStateParser(MessageCollector.NONE, KotlinVersion(1, 6, 20))
|
||||
private const val NULLABILITY_ANNOTATIONS_COMPILER_OPTION = "-Xnullability-annotations"
|
||||
|
||||
fun parsePlainNullabilityAnnotationReportLevels(nullabilityAnnotations: String): Pair<FqName, ReportLevel> =
|
||||
|
||||
Reference in New Issue
Block a user