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
I had to upgrade gradle to 8.9 because of my java version and I tried to compile the project. But I'm getting this error:
Could not create task ':app:compileDebugKotlin'.
Could not create task ':app:dataBindingGenBaseClassesDebug'.
Cannot use @TaskAction annotation on method DataBindingGenBaseClassesTask.writeBaseClasses() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.
The text was updated successfully, but these errors were encountered:
I had to upgrade gradle to 8.9 because of my java version and I tried to compile the project. But I'm getting this error:
The text was updated successfully, but these errors were encountered: