[FE] Postpone enabling io.reactivex.rxjava3.annotations in the strict mode by default till 1.8

^KT-50845 Fixed
This commit is contained in:
Victor Petukhov
2022-04-19 13:00:50 +03:00
committed by teamcity
parent bfe8306f62
commit baedd285e8
@@ -41,7 +41,7 @@ val NULLABILITY_ANNOTATION_SETTINGS: NullabilityAnnotationStates<JavaNullability
),
FqName("io.reactivex.rxjava3.annotations") to JavaNullabilityAnnotationsStatus(
reportLevelBefore = ReportLevel.WARN,
sinceVersion = KotlinVersion(1, 7),
sinceVersion = KotlinVersion(1, 8),
reportLevelAfter = ReportLevel.STRICT
),
)