The experimental resource APIs in compose do not s...
# multiplatform
r
The experimental resource APIs in compose do not seem to adhere to the naming conventions here. Does anyone know if that is something worth filing a issue for? Or does the API not aim to follow those guidelines. One example is the composable method
org.jetbrains.compose.resources.Font
which is a composable function that ruturns a
Font
instance so per those guidelines it should be either start with a lower case or with a
remember
prefix (hard to see if it is remembered right now)