OiO.lk Blog Android How to implement ObjectBox with Android Version Catalog (TOML)
Android

How to implement ObjectBox with Android Version Catalog (TOML)


I couldn’t implement ObjectBox plugin with:

objectbox = { id = "io.objectbox.objectbox-gradle-plugin", version.ref = "objectbox" }

The result error is: Was not found in any of the following sources.

My settings.gradle already has:

pluginManagement {
    repositories {
        google()
        mavenCentral()
        gradlePluginPortal()
    }
}



You need to sign in to view this answers

Exit mobile version