fwcd / fwcd/kotlin-language-server

Can I map source to my local libraries at ~/.gradle?

Open
#172 0 comments 0 reactions 0 assignees View on GitHub
dependency resolution enhancement gradle
Dominant language
Kotlin
Stars
2k
Forks
252
PR merge metrics
No merged PRs in 30d

Description

I observe that kotlin-language-server download its own library source in path like
` /var/folders/tn/cdg3k2rs6732qy18m_zrmnb80000gp/T/kotlinlangserver3482097798525421494`
While gradle download dependencies for my projects locate in ~/.gradle/cache/...
So can I somehow config language server to map "go-to-definition" source to it, just like the way intelliJ did.

Thanks for your hard work in building this great language server!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing the go-to-definition entry point and how the language server locates dependency sources. Compare the temporary Kotlin language server downloads with Gradle's ~/.gradle/cache paths, then determine the scope of configurable source mapping and how completion would be verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
devtools
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.