Hi Devs
I want to implement custom font in the KMM project(UI in the jetpack compose), I placed my font files in the commonMain->composeResouces->font
And when I'm trying to access the font via Res.font.<name> I got error in the logcat: java.lang.IllegalStateException: Could not load font
I'm attaching the screen shots for the reference. Any help will be highly appreciated.