I keep getting 'Unresolved reference:Green' when adding color with 'modifier = Modifier.background(color = Color.Green)'.
I have tried to resolve this by Importing 'androidx.compose.ui.graphics.Companion.Green' but the error still persists. Is there another way of adding color to background in Kotlin?