Atlas now has image generation available.
Simply add your SVGs and PNGs (or other) into your commonMain/resources directory and Atlas will generate all the drawable and the SVGs for you.
You can then access them and load them via a simple DSL.
val myImage = AtlasImages.myImageDrawable
binding.myImageView.setImageDrawable(myImage)
PLEASE MAKE SURE TO GIVE THE REPO A STAR!!!
https://github.com/Ares-Defence-Labs/Atlas