I want to poke around in the GradleWorkspaceImport...
# gsoc-kotlin-lsp-project
j
I want to poke around in the GradleWorkspaceImporter implementation inside kotlin-lsp, how do i actually load this project inside an IDE? I see it is a bazel build and I am not very familiar with that. The Bazel for Intellij plugin complains about there being no workspace or module.bazel file
i can't sync/build this but I think my code is ok 😄 https://github.com/Kotlin/kotlin-lsp/pull/76
h
Hi @Josh Friend, Just to clarify, this channel is for the Kotlin LSP project I’m building under GSoC, which is separate from the JetBrains kotlin-lsp repo you’re referencing. If you’re curious, our codebase is here: https://github.com/H4-MM-3R/kotlin-lsp. Like the JetBrains repo, it doesn’t yet support KMP projects, but you’re welcome to take a look and share any thoughts.
j
oh haha, thanks for clarifying, ill check yours out too 🙂