Skip to content

Gradle runtimeOnly dependencies not in classpath #79

Open
@LuLeRoemer

Description

@LuLeRoemer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions