bj0
11/18/2025, 9:34 PMdecodeToImageVector being added in 1.7.3, but I can't seem to find it (im using 1.8.2, and i do see ``decodeToImageBitmap``), do i need to add a specific library for it to become available? edit: the page: https://kotlinlang.org/docs/multiplatform/whats-new-compose-170.html#functions-for-converting-byte-arrays-into-imagebitmap-or-imagevectorKonstantin Tskhovrebov
11/19/2025, 8:00 PMAlexander Maryanovsky
11/20/2025, 9:44 AMimplementation(compose.components.resources)
to use it.bj0
11/20/2025, 4:34 PMdecodeToImageBitmap which I was using because I hadn't switched to the new resources library yet...bj0
11/20/2025, 8:29 PMKonstantin Tskhovrebov
11/20/2025, 10:17 PMbj0
11/20/2025, 10:42 PMbj0
11/20/2025, 10:43 PMbj0
11/20/2025, 11:08 PMpainterResource(Res.drawable....)Konstantin Tskhovrebov
11/22/2025, 8:59 AMbj0
11/24/2025, 3:29 PM#000000 and deleted the android:tint line, exactly as that doc saidbj0
11/24/2025, 3:30 PMandroid:color= instead of android:fillColor=bj0
11/24/2025, 3:33 PMfillColor, so maybe I deleted and re-added the attribute wrong, either way it's working now