fwcd / fwcd/kotlin-language-server
Deal with workspaces containing workspaces
Open
bug
- Dominant language
- Kotlin
- Stars
- 2k
- Forks
- 252
- PR merge metrics
- No merged PRs in 30d
Description
Currently, #1 (Multiple declarations bug) will still affect projects that are structured like this:
```
root
├───bin << This (empty) folder is actually ignored instead of the other bin folder
├───build.gradle
└───subdir
├───bin << These (compiler-generated) copies of the source files should be ignored
│ └───main
│ └───kotlin
│ └───App.kt << Issues "Conflicting overload error"
├───build.gradle
└───src
└───main
└───kotlin
└───App.kt << Issues "Conflicting overload error"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.