> Task :app:compileDebugKotlin e: file:///F:/ko...
# community-support
n
Task appcompileDebugKotlin
e: 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
Copy code
androidx-compose-material = { group = "androidx.compose.material", name = "material", version.ref = "composeMaterial" }
implementation(libs.androidx.compose.material) // Add this line
v
You probably either miss an import or used the wrong library. But that is not so much a Gradle question. 🙂