Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ It reduces time spent writing and maintaining the same code for different platfo
📺 [YouTube](https://www.youtube.com/playlist?list=PLlFc5cFwUnmy_oVc9YQzjasSNoAk4hk_C)
🤩 [Samples](https://kotlinlang.org/docs/kmm-samples.html)
🗄 [Jetpack Compose Components](https://m3.material.io/components)
🗄 [Compose Multiplatform Components](https://composables.com)
🗄 [Compose Multiplatform Components](https://composables.com)
🗄 [Compose Material 3 Gallery](https://terrakok.github.io/compose-material-3-gallery/)
🎨 [Material Theme Builder](https://materialkolor.com)
📚 [Kotlin Multiplatform by Tutorials](https://www.kodeco.com/books/kotlin-multiplatform-by-tutorials)
📚 [Simplifying Application Development with Kotlin Multiplatform Mobile](https://www.amazon.com/Simplifying-Application-Development-Kotlin-Multiplatform/dp/1801812586)
✏️ [Icons](https://www.composeicons.com)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see a button to download a vector xml - the default multiplatform icon format

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is vector XML? I always used them like ImageVectors in kotlin. Do you have an example so that I can have a look?

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean I would like to download an icon as .xml file and put it to the composeResources directory.
Because svgs don't work on android out of the box. Icons as code slow the build time down

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see what you mean. I am currently busy with an other project and I can't promise when/if this will be added. There is a github issue board with request if you would like to request it.

If this is a reason not to merge this, that's alright.


## Contents
<table>
Expand Down