Does anyone know of a good way to avoid the unchec...
# android
t
Does anyone know of a good way to avoid the unchecked cast warning that occurs when I do something like this?
Copy code
val comments = intent.getSerializableExtra(COMMENTS) as? List<String>