Suppress this annoying build warning

This commit is contained in:
Jobobby04 2020-06-27 19:22:58 -04:00
parent af0c037845
commit 0590574f1a

View File

@ -228,6 +228,7 @@ class AboutController : SettingsController() {
) )
outputDf.timeZone = TimeZone.getDefault() outputDf.timeZone = TimeZone.getDefault()
@Suppress("RECEIVER_NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS")
buildTime.toDateTimestampString(dateFormat) buildTime.toDateTimestampString(dateFormat)
} catch (e: ParseException) { } catch (e: ParseException) {
BuildConfig.BUILD_TIME BuildConfig.BUILD_TIME