Tom Tresansky

Results 104 comments of Tom Tresansky

This is awaiting the same fix necessary for https://github.com/gradle/gradle/pull/17105.

So these methods can't be removed then because they are still used by KGP. I'm going to repurpose this into adding deprecation warnings for their usage. I'll move this to...

Everything is either finished or rescheduled for Gradle 9.0.

@gradle/bt-core - After updating this branch with the current state of master, I believe all the previous issues are resolved and it is ready to merge.

Performance tests fail upon merge due to problems running sync with Android Studio on this generated performance test. The issue is the usage of `getAnnotationProcessorGeneratedSourcesDirectory()` [here](https://github.com/JetBrains/intellij-community/blob/master/plugins/gradle/tooling-extension-impl/src/org/jetbrains/plugins/gradle/tooling/builder/AnnotationProcessingModelBuilder.java). This is blocked until...