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
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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 (mostlyandroidx
,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