bod
11/15/2025, 6:28 PM:ui which has the jvm() target, in it I'm calling val myFontFamily = FontFamily(Font(Res.font.myFont, FontWeight.Normal)) and use it.
Then I have :desktopApp and :androidApp modules that depend on :ui .
On Desktop it's working as expected but on Android I'm getting NoClassDefFoundError: Failed resolution of: Lorg/jetbrains/compose/resources/FontResources_skikoKt;
What am I missing?bod
11/15/2025, 8:36 PM:ui fixed the issue. But I don't really understand why. The rest of Compose works without doing this, but for fonts I need it? 🤔Konstantin Tskhovrebov
11/16/2025, 10:57 AMbod
11/16/2025, 11:41 AM