Recently I have been trying to do databinding and using dagger hilt. Then I ugraded the IDE to the latest version. Now everything has changed dependencies has been added to libs.versions.toml
and used it in build.gradle
as below
Now I am trying to add kapt plugin but cannot figure out how to do it.
Old version
New Version
If anyone can help me with this?.