Adding @Suppress("UNCHECKED_CAST")
(also possible through IDEA’s Alt+Enter menu) to any of statement, function, class and file should help.
Before:
After:
Adding @Suppress("UNCHECKED_CAST")
(also possible through IDEA’s Alt+Enter menu) to any of statement, function, class and file should help.
Before:
After: