fwcd / fwcd/kotlin-debug-adapter

Gradle runtimeOnly dependencies not in classpath

Open
#79 1 comment 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.