HDN
HDN

Reputation: 91

Kotlin stdlib unresolved reference

I had a blue screen some days ago and my Android Studio got broken. It compiles all my kotlin projects without any issues but the entire kotlin stdlib (functions, extension, etc.) are red flag with "unresolved reference" in the editor. I've tried everthing to solve the issue but failed and I'm running out of ideas to solve it. Any ideas?enter image description here

Upvotes: 1

Views: 281

Answers (1)

HDN
HDN

Reputation: 91

So... I manage so solve my issue by doing a full uninstall of Android Studio by following another answer.

Upvotes: 1

Related Questions