Hi folks, I get this error: `@Composable fun Typog...
# multiplatform
b
Hi folks, I get this error:
Copy code
@Composable
fun Typography() = Typography(
    bodyLarge = TextStyle(fontFamily = FontFamily(Font(Res.font.poppins)),
        fontWeight = FontWeight.Normal, fontSize = 16.sp, lineHeight = 24.sp,
        letterSpacing = 0.5.sp)
Although poppins.ttf is available in:
Copy code
commonMain/composeResources/font/
I get the:
Copy code
unresolved reference poppins