I realize the short answer may be \'no,\' but perhaps this is worth asking again.
If I am witting a Kivy app with a couple thousand of lines - then would it be possible
I believe you can create muliple .kv files and can include at one place (root file) by this way only you can distribute/branch your code Kivy documentation clearly says "A kv file must contain only one root widget at most" means only one kv main file. even if you run multiple instances of Mainapp class
I'm newer to the Kivy, so please correct me if I'm wrong. Thank you !