I am trying to add an SVG resource to commonMain u...
# fleet
p
I am trying to add an SVG resource to commonMain using Fleet. Have not been able to find any relevant links. Short of reverse engineering the "Hello Compose" template code, how can adding resources be accomplished using Fleet?
r
https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-images-resources.html#setup Just be aware that SVG's are not working on Android, you would need to convert those to Android XML vectors. Or convert it to Kotlin code using https://github.com/rafaeltonholo/svg-to-compose