Introduce compiler flag to manage status of specific Java nullability annotations
This commit is contained in:
+2
-1
@@ -59,7 +59,8 @@ open class JvmForeignAnnotationsConfigurator(testServices: TestServices) : Envir
|
||||
globalState,
|
||||
migrationState,
|
||||
userAnnotationsState,
|
||||
jspecifyReportLevel = jSpecifyReportLevel
|
||||
jspecifyReportLevel = jSpecifyReportLevel,
|
||||
nullabilityAnnotationsReportLevel = emptyMap()
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user