Android studio: Kotlin scope functions Unresolved reference. But Project compiles
I am facing this strange issue where my project compiles and runs successfully but in my kotlin scope functions red errors are coming. It also shows errors on some of the kotlin functions like toLong(), toDouble() etc. and I have…