colors.xml and dimens.xml is not supported in Comp...
# compose
a
colors.xml and dimens.xml is not supported in Compose Multiplatform unlike Android, so should we use them in a hardcoded manner?
j
Are xml resources (specifically colors and dimensions) recommended anymore in Jetpack Compose (Android)? When you create a new Compose project in Android Studio a theme folder is created for containing Compose friendly types.