mattinger
02/15/2024, 2:41 PMjava.lang.IllegalStateException: Could not load font at androidx.compose.ui.text.font.TypefaceRequestCache.runCached(FontFamilyResolver.kt:207) at androidx.compose.ui.text.font.FontFamilyResolverImpl.resolve(FontFamilyResolver.kt:92) at androidx.compose.ui.text.font.FontFamilyResolverImpl.resolve-DPcqOEQ(FontFamilyResolver.kt:79) at
I took a look at the “aar” that is generated, and for some reason it’s putting fonts in the “assets” folder instead of the “res” folder. I did run across a blurb from an article that says this:
It does not support a multimodule project at this time.
It seems like just putting the files in the “res” directory instead of “assets” would fix this. Has anyone had any experience using this in a multi module project?mattinger
02/15/2024, 2:47 PMmattinger
02/16/2024, 6:53 PMKapil Yadav
05/27/2024, 6:37 PM