In Android Studio Dolphin, I made it as an empty compse template
I got this problem.
I was working on a reference solution.
LazyVerticalGrid didn't work like a solution.
This package could not be imported.
androidx.compose.foundation.lazy.grid
'grid' was not recognized.
I checked the dependency versions of solution,
In build.gradle (app level),
By matching the dependency version below, I was able to import what I wanted.
implementation 'androidx.compose.material:material:1.3.1'
==================================
VersionsAndroid Studio version:Android Studio Dolphin | 2021.3.1 Patch 1API version of the emulator:
Describe the problem
In Android Studio Dolphin, I made it as an empty compse template I got this problem.
I was working on a reference solution. LazyVerticalGrid didn't work like a solution.
This package could not be imported. androidx.compose.foundation.lazy.grid 'grid' was not recognized.
I checked the dependency versions of solution, In build.gradle (app level), By matching the dependency version below, I was able to import what I wanted. implementation 'androidx.compose.material:material:1.3.1'
==================================
Versions Android Studio version: Android Studio Dolphin | 2021.3.1 Patch 1 API version of the emulator: