fwcd / fwcd/kotlin-debug-adapter
Gradle runtimeOnly dependencies not in classpath
Open
bug
- Dominant language
- Kotlin
- Stars
- 150
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Gradle `runtimeOnly` dependencies cannot be resolved by the debugger. As a workaround, I was able to get the app running by adding
```
main {
compileClasspath += configurations.runtimeClasspath
}
```
to the `sourceSets`. However, I would expect the debugger to use the runtimeClasspath.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.