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
Unable to find method 'org.gradle.api.internal.TaskInputsInternal.property(Ljava/lang/String;Ljava/lang/Object;)Lorg/gradle/api/tasks/TaskInputs;'.
Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
Seems that I'm using gradle v5 and your code is gradle v4 API. Am I right?
I'm beginner... can you update your code to v5 gradle API?
The text was updated successfully, but these errors were encountered:
NeighborhoodCoding
changed the title
Unable to find method 'org.gradle.api.internal.TaskInputsInternal.property(Ljava/lang/String;Ljava/lang/Object;)Lorg/gradle/api/tasks/TaskInputs;'.
Unable to find method 'org.gradle.api/Lorg/gradle/api/tasks/TaskInputs;'.
Sep 10, 2020
Unable to find method 'org.gradle.api.internal.TaskInputsInternal.property(Ljava/lang/String;Ljava/lang/Object;)Lorg/gradle/api/tasks/TaskInputs;'.
Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
Seems that I'm using gradle v5 and your code is gradle v4 API. Am I right?
I'm beginner... can you update your code to v5 gradle API?
The text was updated successfully, but these errors were encountered: