Support rxjava 3 nullability annotations

This commit is contained in:
Victor Petukhov
2021-06-02 17:23:04 +03:00
parent 6d3badb2cd
commit f46dc713d7
11 changed files with 305 additions and 2 deletions
@@ -37,6 +37,11 @@ val nullabilityAnnotationSettings = mapOf(
sinceVersion = KotlinVersion(1, 6),
reportLevelAfter = ReportLevel.STRICT
),
FqName("io.reactivex.rxjava3.annotations") to JavaNullabilityAnnotationsStatus(
reportLevelBefore = ReportLevel.WARN,
sinceVersion = KotlinVersion(1, 7),
reportLevelAfter = ReportLevel.STRICT
),
)
private val jsr305Settings = JavaNullabilityAnnotationsStatus(