You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
#17
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: