christianbecker
11/18/2018, 1:40 PM.gradle.kts
files that will be included via apply { from("tasks.gradle.kts") }
? I've extracted some build logic into this new tasks.gradle.kts
file, but unfortunately, I can't reference any class from the original classpath of the build.gradle.kts
. Is this intended? If so, is there any way to make the classpath available to the tasks.gradle.kts
file?gildor
11/18/2018, 9:09 PMchristianbecker
11/19/2018, 10:24 AMbuildSrc
should have access to the same classpath? Or how can I achieve that?gildor
11/20/2018, 1:17 PMchristianbecker
11/21/2018, 10:30 AMbuild.gradle.kts
after adding the dependency to the buildSrc/build.gradle.kts
.