<Class cast exception between parent and child cla...
# stackoverflow
u
Class cast exception between parent and child classes I waas develop an app in kotlin, when I get to the following error:

https://i.stack.imgur.com/b9GA4.png

rise by the following check in the first line: (it.responseBase as ValidateOtpResponse).let {resp -> // error rise here if (resp.code == "200") { val sucessDialog = GenericDialog( context = requireContext(), icon =...