Revert "Temporary workaround for failing tests on teamcity."
This reverts commit 2436ca3d8b.
This commit is contained in:
committed by
teamcity
parent
6c02ef0a44
commit
2c51799e0a
+1
-1
@@ -72,7 +72,7 @@ fun getDefaultReportLevelForAnnotation(annotationFqName: FqName) =
|
||||
fun getReportLevelForAnnotation(
|
||||
annotation: FqName,
|
||||
configuredReportLevels: NullabilityAnnotationStates<ReportLevel>,
|
||||
configuredKotlinVersion: KotlinVersion = KotlinVersion(1, 6, 20)
|
||||
configuredKotlinVersion: KotlinVersion = KotlinVersion.CURRENT
|
||||
): ReportLevel {
|
||||
configuredReportLevels[annotation]?.let { return it }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user