Hi! We currently have a shared KMP library that we...
# multiplatform
t
Hi! We currently have a shared KMP library that we import into our existing iOS and Android projects. Now we are looking to use Compose MP to share UI between the two projects. We have some typefaces already in our iOS project, does anyone know if its possible to reference the typefaces from our iOS project in Compose MP?
c
Hi Tony if I’m not misunderstanding your question, I think you can use the standard Res class - look for Multiplatform resources in the docs. This way, the fonts are available in all platforms.