I guess there is no dedicated channel for KMP Resources so I need to ask the question in here.
How do I reference multiplatform drawable resource as Android ID? I need to pass an icon to a notification builder, and I have no idea how to get the Android resource ID of the multiplatform resource 🤔
buszi0809
11/20/2024, 8:43 PM
From what I understood in the documentation they are transformed into platform-specific resources at some point, so how do I get to it in such a case 🤔