AMG
AMG
It does not work, it fails at linking because of undefined references to XCTest stuff. Would it be possible to have two separate packages, one for the mock customization stuff...
Hi! Got the analysis api working with the features needed to develop an lsp server, PoC here: https://github.com/amgdev9/kotlin-lsp, this api helps with having diagnostics and incremental updates, but integration with...
> BTW [@amgdev9](https://github.com/amgdev9), did the answer provided in KT-74247 help in any way? I was curious about the custom "analysis API platform". That response helped me so much, the poc...
> > Anyway if this poc becomes useless > > I think it's the contrary. GSoC is a community effort, so while it appears they finally caved and decided to...
Having exactly the same issue, seems that jdtls is not able to get the classpath from the gradle project if it is using the android gradle plugin or something. Manually...
@codewithtoucans I finally managed to get it to work, but as the gradle classpath resolver is not working properly we need to workaround it adding the necessary jars from the...
> @amgdev9 In a certain version of Gradle 8.0, possibly 8.0.2, they made significant changes to the plugin loading process, causing `jdt-ls` to not be able to find the Android...
In my case i was able to solve it because i was using cmp_nvim_lsp client capabilities still, if I leave the capabilities empty it works now
Hi! I'd like to share here some research I've been doing with the analysis API, I managed to get this working: - Creating a session and linking external libraries (kotlin...
> I'm also interested in contributing to the project! I've been trying to figure out how to use `KaSourceModificationService` to handle `didChange` events from the LSP, but so far I...