Hi, everyone! I've just started learning Kivy and have some troubles with running program (I use VS Code)
So, I have two files:
1) main.py

2) first.kv
And I've tried linking two files via path link, also tried like I show in photos example, but code doesn't work. At the moment error is "Invalid instance in App.root"
I guess that it does happen, because pluggins that I've installed don't work, but then how can I compile the code and make it work, using two different languages (it was the most valuable part of exercise)? Is there any pluggins or extensions for VS Code that compile .kv language?
Appreciate your help!