Hi, i have a ton of SVG files (icons and illustrations for the app) that i need to convert to XML files to be used in my android project. Problem is i need to keep this up to date with a resource repo, and manually importing them when something is updated is a pain, especially as if i try to import a file name that already exists, it just skips it instead of overwrite.
What i want to do is to have a python script that can convert the files to XML, and then just replace the files in the resource folder.
Is there a good tool that can convert SVG to XML files i can use in python?
not kotlin but kotlin colored 2