[FE] Postpone enabling io.reactivex.rxjava3.annotations in the strict mode by default till 1.8
^KT-50845 Fixed
This commit is contained in:
committed by
teamcity
parent
bfe8306f62
commit
baedd285e8
+1
-1
@@ -41,7 +41,7 @@ val NULLABILITY_ANNOTATION_SETTINGS: NullabilityAnnotationStates<JavaNullability
|
|||||||
),
|
),
|
||||||
FqName("io.reactivex.rxjava3.annotations") to JavaNullabilityAnnotationsStatus(
|
FqName("io.reactivex.rxjava3.annotations") to JavaNullabilityAnnotationsStatus(
|
||||||
reportLevelBefore = ReportLevel.WARN,
|
reportLevelBefore = ReportLevel.WARN,
|
||||||
sinceVersion = KotlinVersion(1, 7),
|
sinceVersion = KotlinVersion(1, 8),
|
||||||
reportLevelAfter = ReportLevel.STRICT
|
reportLevelAfter = ReportLevel.STRICT
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user