Android Studio – Mismatched type on "this" in kotlin
Im trying to get data from an api, and im running into an error on this line val queue = Volley.newRequestQueue(this@MainActivity) The error says "Type mismatch: inferred type is Home but Context! was expected" I have tried changing "this" to…