Hi guys! Recently tried working on a project on 2 different computers. Everything compiles and runs on one, the other is seeing compiler issues. I'm assuming I'm doing something goofy with the setup (intellij) but I'm seeing a ton of
Kotlin: Cannot choose among the following candidates without completing type inference:
errors when using functions such as
linkedListOf()
and
hashMapOf()
.