Christian Edward Jackson-Gruber
Christian Edward Jackson-Gruber
It seems reasonable, assuming you can't virtually get this by updating the editor config. I haven't used ktlint custom stuff much, so I don't rightly know. I'm assumign that even...
You need to use a kt_jvm_import against the raw jar, and then depend on the import target in the `kt_compiler_plugin()` statement.
The "use a java_import" is a default bazel message, which doesn't account for kotlin, sadly. Try using kt_jvm_import.
The cadence becoming regular and sufficiently frequent is absolutely part of it.
We currently only support strict-deps in an experimental mode, and the author of that code is (sadly) passed-on, so we need to do quite a bit of work to make...
Perhaps - I need to fix something weird going on with the release packaging first.
> Note: I think someone with permissions needs to create the "Can Close?" label on this repo before the GH action runs Assuming we take this PR (and I'm inclined...
Gotcha. I'll take care of it. On Fri, Jul 9, 2021, 20:01 Alex Eagle ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In .github/workflows/stale.yml >...
I'll prioritize moving it in. We have a variant in the fork square is using (cgruber/rules_kotlin) but I wanted to do a titch of clean-up before bringing it over. But...
As you pointed out, this is a generalized issue with handling deps for compilation. We have a few options we're considering. For now, we will treat reflect differently from stdlib...