Settuba
Settuba
Is there an Icon for Refinement? because it is on the list but not in the folder you provided :)
Sorry, don't feel pressured. I just wanted to confirm. I. thought something went wrong when I downloaded the folder :)
I would argue to keep the specific DSL description open because we still don't have a bulletproof DSL and maybe we have to change that in the future. But @raulraja...
Personally, I would suggest that the gradle plugin is the flagship for each set-up whether in a presentation, tutorial or project. I am not an expert on this, so I...
AFAIK the gradle plugin checks if the idea plugin is installed and then the idea plugin checks if the compiler plugin is installed. We used that because of historical reasons...
Currently, the Gradle Plugin adds automatically the compiler-plugin to the `KotlinCompilationTask`. to Sum Up: **- CI/CD needs only the gradle-plugin:** `The compiler-plugin get's added automatically by the gradle-plugin` - This...
I am not sure if the current state already fulfills, your issue here @JorgeCastilloPrz. Or, were you looking for a more minimalistic set-up?
I updated my message and the description of the issue. Thumbs up if it makes sense :)
@jansorg I started the plugin as an Inspection, but I don't had time, yet to figure out how to register an unregistered Extension to the IDE successfully. In the ide...
We should keep that open because we're still working on traversing and resolving the type of each Call of a Function. This code would not be inspected by the current...