In part 6 Architecting your Compose UI, in step 1 of Passing the Data, the tutorial suggests adding the following code block, however, when adding the import statement, Android Studio doesn't know what to do with "androidx.lifecycle.viewmodel.compose" and it suggests to re-name the word compose.
In part 6 Architecting your Compose UI, in step 1 of Passing the Data, the tutorial suggests adding the following code block, however, when adding the import statement, Android Studio doesn't know what to do with "androidx.lifecycle.viewmodel.compose" and it suggests to re-name the word compose.
I'm not sure how to fix this error, but wanted to make sure it was reported