I was under the impression that resource ids (Int)...
# multiplatform
m
I was under the impression that resource ids (Int) were Android-only and that in common we have resources like
StringResource
and
FontResource
which are backed by
String
keys. However, I also noticed that
ResourceFont
references Int resource ids and yet is marked as common. https://developer.android.com/reference/kotlin/androidx/compose/ui/text/font/ResourceFont?hl=en
👍 1