You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kotlin DSL accessors are generated into bin/main/gradle/kotlin/dsl/ instead of the normal build/generated-sources/kotlin-dsl-accessors/kotlin/gradle/kotlin/dsl/ location.
Expected Result
all the build output is in the Gradle configure build out directory ( /build by default)
Loading a gradle project in VS code results in Kotlin DSL accessors in the wrong directory:
bin/main/gradle/kotlin/dsl/
Environment
Steps To Reproduce
*.gradle.kts
files and included builds. e.g. this project: https://github.com/jjohannes/idiomatic-gradle/Current Result
The kotlin DSL accessors are generated into
bin/main/gradle/kotlin/dsl/
instead of the normalbuild/generated-sources/kotlin-dsl-accessors/kotlin/gradle/kotlin/dsl/
location.Expected Result
all the build output is in the Gradle configure build out directory (
/build
by default)Additional Informations
Using Gradle 8.5
Possibly related issues
The text was updated successfully, but these errors were encountered: