Ben Lee

Results 103 comments of Ben Lee

@benjaminRomano yes it hopefully should. I'd encourage you to cross post your use case in the other thread so that it's accounted for in what ever solution we land on.

> I've been planning on moving my Kotlin Gradle project to Bazel lately, but Bazel's support for Kotlin ecology seems imperfect, so I'm just curious if KSP can't be implemented...

> What's the status of this? Is there any way I could help? Definitely needs some more testing. We are moving over our annotation processors over the KSP internally and...

@lukaciko that's not a case that we've accounted for and not sure if we do. This seems like something that would add a lot of complexity to our annotation processing,...

I took another stab at getting a less intrusive version of KSP working yesterday. This approach does work and it comes with the added benefit of us not needing to...

This seems like something that should be opt-in so that kt-lint targets aren't being put on the golden path of repositories that don't rely on it.

@oliviernotteghem is this the same fix that you mentioned using last week?

@Augustyniak keeping these up to date is always a good idea and I would merge if the status are passing.

Not being able to auto complete external dependencies is still an issue that exists in the Intellij plugin. Would be great to see a fix for this.

Created a separate issue to track worker support in the other two JVM based actions https://github.com/bazelbuild/intellij/issues/4860