Eliezer Graber
Eliezer Graber
I believe it does, but I think `kotlin-dsl` applies a compiler plugin that converts it into a lambda with receiver. So there is no `it` and the compiler won't let...
I ended up specifying a name to get rid of the violation, but it could be annoying if there was a lot of them. If detekt used a compiler plugin,...
Ran into this again with Deprecation and NoNameShadowing in a different projects that had a lot of violations. Was very annoying to address.
Very excited for that. I'm ready to test 😅
Using `Bind(erased())` results in the same crash.
I would leave this issue open so that uses can add +1s to it if they want to see the feature. If enough people want it, that might entice someone...
https://youtrack.jetbrains.com/issue/KTIJ-8888
It was happening in this project https://github.com/eygraber/ejson-kotlin The rule is currently disabled, but if you enable it, it should repro.
I've had...not the most fun experience with the worker API for things like this (as a consumer). Specifically Android Lint started using it, and each worker was allowed to grow...
I did, but that affected parallelism overall. Lint had options to limit the worker memory, which worked, but was trial and error to get right on a per project basis....