Ruckus
11/04/2022, 3:49 PMvalue.toString()
instead of value?.toString()
. I'm not a fan of Any?.toString()
, and I'd like to just get rid of it locally if possible.ephemient
11/04/2022, 4:12 PMimport kotlin.toString as `-toString`
this should do what you wantRuckus
11/04/2022, 4:33 PM?
, so I would like to set it once and never have it bother me again. If there isn't a way to remove it, is there a way to mark it as an error / warning?ephemient
11/04/2022, 4:38 PMRuckus
11/04/2022, 6:13 PMephemient
11/04/2022, 8:06 PM