I am trying to build a simple notes app according to this tutorial text but I am not able to create deleteTodo function because of unresolved reference of it keyword.
I am using compose (version 1.5.1) and kotlin version 1.9.24. I have tried:
changing kotlin version to 1.9.20
changing compose version to 1.5.13
restarting Android Studio
browsing other tutorials (but they were using it keyword as well)
Can anyone help, please?
P.S. It may a dump mistake because I am a beginner in kotlin.
Anonym is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.