You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ Right now, this language server is at its infancy and thus not ready to use for
20
20
- ✅ Hover: fully working
21
21
- 🚧 Go to definition: working except for kotlin binary dependencies (considering using the background index for this if we cannot make it work), it would also be nice to use a decompiler to jump into .class files (the analysis api provides `KotlinClassFileDecompiler` for kotlin .class files, fernflower may be used for java .class files)
22
22
- 🚧 Build system integration: there is support for
23
-
*Single module Gradle projects
23
+
* Gradle projects (single and multi module)
24
24
* Single module Android projects (uses debug variant and does not handle source set merging yet)
25
25
* Needs work on:
26
-
*Multi module Gradle projects
26
+
*Multimodule Android projects
27
27
* KMP projects (targeting JVM, native target needs investigation on how to do it)
0 commit comments