Move JSPECIFY_ANNOTATIONS_PACKAGE to 1.8
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ val NULLABILITY_ANNOTATION_SETTINGS: NullabilityAnnotationStates<JavaNullability
|
|||||||
FqName("lombok") to JavaNullabilityAnnotationsStatus.DEFAULT,
|
FqName("lombok") to JavaNullabilityAnnotationsStatus.DEFAULT,
|
||||||
JSPECIFY_ANNOTATIONS_PACKAGE to JavaNullabilityAnnotationsStatus(
|
JSPECIFY_ANNOTATIONS_PACKAGE to JavaNullabilityAnnotationsStatus(
|
||||||
reportLevelBefore = ReportLevel.WARN,
|
reportLevelBefore = ReportLevel.WARN,
|
||||||
sinceVersion = KotlinVersion(1, 7),
|
sinceVersion = KotlinVersion(1, 8),
|
||||||
reportLevelAfter = ReportLevel.STRICT
|
reportLevelAfter = ReportLevel.STRICT
|
||||||
),
|
),
|
||||||
FqName("io.reactivex.rxjava3.annotations") to JavaNullabilityAnnotationsStatus(
|
FqName("io.reactivex.rxjava3.annotations") to JavaNullabilityAnnotationsStatus(
|
||||||
|
|||||||
Reference in New Issue
Block a user