K2: delay jspecify strict mode introduction to version 2.1
Related to KT-62352, KT-55586
This commit is contained in:
committed by
Space Team
parent
980708e533
commit
0aa5170ba2
+2
-2
@@ -45,12 +45,12 @@ val NULLABILITY_ANNOTATION_SETTINGS: NullabilityAnnotationStates<JavaNullability
|
||||
FqName("lombok") to JavaNullabilityAnnotationsStatus.DEFAULT,
|
||||
JSPECIFY_OLD_ANNOTATIONS_PACKAGE to JavaNullabilityAnnotationsStatus(
|
||||
reportLevelBefore = ReportLevel.WARN,
|
||||
sinceVersion = KotlinVersion(2, 0),
|
||||
sinceVersion = KotlinVersion(2, 1),
|
||||
reportLevelAfter = ReportLevel.STRICT
|
||||
),
|
||||
JSPECIFY_ANNOTATIONS_PACKAGE to JavaNullabilityAnnotationsStatus(
|
||||
reportLevelBefore = ReportLevel.WARN,
|
||||
sinceVersion = KotlinVersion(2, 0),
|
||||
sinceVersion = KotlinVersion(2, 1),
|
||||
reportLevelAfter = ReportLevel.STRICT
|
||||
),
|
||||
RXJAVA3_ANNOTATIONS_PACKAGE to JavaNullabilityAnnotationsStatus(
|
||||
|
||||
Reference in New Issue
Block a user