vscode-kotlin
vscode-kotlin copied to clipboard
Kotlin is not able to resolve all dependencies
I have a android/flutter/kotlin project and I am currently not able to work with kotlin code from within VS Code as some dependencies are marked as unresolved (what is wrong). I can't give you a description how to reproduce it because this is a bigger project in early edevelopment, but I could provide you a link to the repository so you can try it yourself: https://drive.google.com/file/d/1230fAbYajg9nR2Ug8K-oulbDQW4f77mq/view?usp=sharing
I don't know if I would have to configure someting else in VS Code but the build works fine with Gradle.
I have the same issue but with a simple project with one dependency
Edit: this is a maven project, when I'm running install command, everything is fine and my jar file is running correctly
same issue
Hi @pueffl ! have you figured out the solution?