Hello. As part of an app migration, my team is moving to version catalogs using toml. But, there is an issue because I cannot find info about the correct id for the Realm Gradle Plugin. Currently I have this in build.gradle:
But this fails when trying to sync the project. I also have tried with variations like io.realm.realm-gradle-plugin and io.realm.realm.gradle.plugin, but these didn’t work either.
Hello Yunus,
I have followed your way of using the Realm Plugin, but in my project, i cannot extend my class Adapter class with RealmRecyclerViewAdapter<>, it didn’t show anything related to it in the suggestion too.