Hey folks, after getting the latest update of andr...
# koin
e
Hey folks, after getting the latest update of android studio I’m getting a suggestion to remove the casting of interfaces in koin module. However if I remove that casting it crashes the application. is there a way to tell android studio that this suggestion is not valid?
p
https://blog.jetbrains.com/kotlin/2019/06/kotlin-1-3-40-released/#more-7189 check "Working on a New Type Inference Algorithm" section. You can disable it but you should probably report the issue.