Gradle project sync failed with the error :
ERROR: Could not find method debugImplementation() for arguments [com.amitshekhar.android:debug-db:1.0.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
Also these lines causes error too:
destination "something something"
should be
destination file("something something")
Unfortunately, i cannot run the project it gives many gradle related error. Please update the fix.