-
Notifications
You must be signed in to change notification settings - Fork 244
-
I'm currently trying to get the Kotlin Language Server to build a Android Studio project. However, even after running gradle androidDependencies manually and restarting the language server, the downloaded dependencies cannot be resolved (mostly androidx, android imports). I've seen #355 and #411, but the solutions were fairly non-descriptive, and didn't really help me. I'm using JDK17, so it shouldn't be due to an outdated JDK version.
I've noticed that all of these additional dependencies are downloaded as .aar files. Is there something else I need to run/configure to consume these android libraries?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment