Hello, I'm developing ComposeMultiplatform and I'm...
# compose
u
Hello, I'm developing ComposeMultiplatform and I'm trying to apply fonts in the multi-module design system module, but the Res.kt file is created, but I can't refer to the file I added to the font folder
k
Try adding
Copy code
compose.resources {
    publicResClass = true
}