I loaded <https://github.com/corona-warn-app/cwa-a...
# android
r
I loaded https://github.com/corona-warn-app/cwa-app-android into vscode, and the language server gives me lots of errors, e.g.
Copy code
None of the following functions can be called with the arguments supplied: 
public/*package*/ constructor Module(loader: ClassLoader!) defined in java.lang.Module
public/*package*/ constructor Module(loader: ClassLoader!, descriptor: ModuleDescriptor!) defined in java.lang.Module
public/*package*/ constructor Module(layer: ModuleLayer!, loader: ClassLoader!, descriptor: ModuleDescriptor!, uri: URI!) defined in java.lang.Modulekotlin(NONE_APPLICABLE)
I'm not even sure how to debug that. Looks like the language server doesn't have all the source loaded?
😶 1
@Chrimaeon How exactly is a question about IDE tools for Kotlin not Kotlin?
c
The tools are developed by the IDE vendors. This channel is about the Kotlin programming language and Android. And please don’t call VS Code an IDE, it's just an Editor šŸ˜…
Maybe you will get more support when posting an issue in the VS Code Guthub repo https://github.com/microsoft/vscode
r
VS Code has IDE support, which is kotlin-specific. https://github.com/fwcd/kotlin-language-server
Got a different community though, asked there.
c
And I Hope you see that the ā€œlanguage serverā€ is develops by an individual and not Jetbrains šŸ˜‰
r
So this slack is Jetbrains only?
c
Yes, everything related to the programming language.