Nicola Corti
Nicola Corti
I'm unsure who can review this. I know the IntelliJ Platform API so little to check this. I'm just a bit afraid of bundling an HTTP client inside the plugin....
Yup that sounds like a good addition. It will also allow us to decouple the release cycle of this project from upstream detekt
> Is this expected? Are they working fine if you invoke Detekt from CLI or from Gradle?
> Please include the stacktrace from the temporary scratch issue. Could you provide the full stacktrace?
> Please implement `com.intellij.openapi.diagnostic.ErrorReportSubmitter#ErrorReportSubmitter` to make reporting easier. Feel free to send over a PR 🙏
Could you make an example on why this is needed @matinzd ?
To add to this, I believe that's the same for `native()` targets
Just a heads up that this is happening also for the React Native repo: https://github.com/facebook/react-native We're using Dokka via AGP. I had to disable `withJavadocJar()` as our builds were failing...
> @cortinico is that Dokka 1.4 by any chance? Yeah I believe so as we're on AGP 7.1 and we get Dokka from it, we don't specify a dependency on...
> with Dokka and AGP should be resolved in AGP 7.4 This is a bit of a bummer as we'll have to wait ~6 months till AGP 7.4 is stable.