Yuval Gnessin
Yuval Gnessin
@tellfa Github issues are not a place to ask for help with your personal project. They are a place to report bugs and suggest features for open source projects. Please...
+1 for this. Our use-case is an android project that is partially java and partially kotlin. Thanks!
I am also seeing the `'canBeResolved'` error on `16.15.7`
@DanielThomas sorry for the lack of detail earlier. I am seeing the same error as @hendrysetiadi89 ``` Execution failed for task ':autoLintGradle'. > Cannot get property 'canBeResolved' on null object...
@DanielThomas 🤦 so sorry. Here it is: ``` org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':autoLintGradle'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:200) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:263) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:198) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:179) at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:109) at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)...
@DanielThomas thanks for the quick action! Not sure if this helps, but as you predicted, with 16.15.8 I'm now getting a more detailed error message. Here it is along with...
@DanielThomas I'm working in android project that has multiple modules, most of which are android modules but some of which are pure java modules. It's a mix of kotlin and...
Incomplete issue description
@sjudd you make some good points. My original thought was that clearing the cache when memory is critical may prevent the app from being killed or encountering an OOM. I...