I have tried many ways then end up with buildscript block below plugins block in project build.gradle file.
buildscript {
val objectBoxVersion = libs.versions.objectbox.get()
dependencies {
classpath("io.objectbox:objectbox-gradle-plugin:$objectBoxVersion")
}
}