Android Studio – ERROR: Composable Functions Must Be Called Within a Composable Context
"@Composable invocations can only happen from the context of a @Composable function" I'm new to jetpack compose and constantly getting this error "@Composable invocations can only happen from the context of a @Composable function" on adding icon and label in…