Move JSPECIFY_ANNOTATIONS_PACKAGE to 1.8

This commit is contained in:
Ivan Kochurkin
2022-01-17 15:29:05 +03:00
committed by Space
parent c03886ecda
commit e010f59560
@@ -36,7 +36,7 @@ val NULLABILITY_ANNOTATION_SETTINGS: NullabilityAnnotationStates<JavaNullability
FqName("lombok") to JavaNullabilityAnnotationsStatus.DEFAULT,
JSPECIFY_ANNOTATIONS_PACKAGE to JavaNullabilityAnnotationsStatus(
reportLevelBefore = ReportLevel.WARN,
sinceVersion = KotlinVersion(1, 7),
sinceVersion = KotlinVersion(1, 8),
reportLevelAfter = ReportLevel.STRICT
),
FqName("io.reactivex.rxjava3.annotations") to JavaNullabilityAnnotationsStatus(