79112389

Date: 2024-10-22 04:06:44
Score: 1.5
Natty:
Report link

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")
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Nero Nguyen