<Stuck with Unresolved reference: ksp error in And...
# stackoverflow
r
Stuck with Unresolved reference: ksp error in Android Gradle I have started building a simple android app. But I am stuck with Unresolved reference: ksp error. I am managing all plugin versions in libs.versions.toml. Below are gradle files and libs file. Can anyone help me what's wrong with my code? libs.versions.toml [versions] agp = "8.1.0" kotlin = "1.9.0" core-ktx = "1.10.1" appcompat = "1.6.1" material = "1.9.0" constraintlayout = "2.1.4" coroutines = "1.7.3" lifecycle = "2.6.1" room = "2.5.2" recyclerview = "1.3.1" datastore-preferences =...