Nitesh Singh
04/01/2025, 2:00 PMTask appcompileDebugKotline: file///F/kotlin%20project/FoodApps/app/src/main/java/com/example/foodapps/common/PasswordInput.kt647 Unresolved reference: Visibility e: file///F/kotlin%20project/FoodApps/app/src/main/java/com/example/foodapps/common/PasswordInput.kt747 Unresolved reference: VisibilityOff why i am getting this error ? i was implement dependancy
androidx-compose-material = { group = "androidx.compose.material", name = "material", version.ref = "composeMaterial" }
implementation(libs.androidx.compose.material) // Add this line
Vampire
04/01/2025, 2:10 PM