Slackbot
01/08/2023, 1:24 PMephemient
01/08/2023, 8:45 PMbuildSrc/src/kotlin/main/*
but depending on what you're doing, there's probably a better way (version catalogs, convention plugins, included builds)ScalaWilliam
01/08/2023, 9:34 PMbuildSrc/src/java/main/*.java
as well, it is exactly the behaviour I was looking for.ephemient
01/09/2023, 4:58 AMbuildSrc
unless your buildSrc/build.gradle.kts
contains
plugins {
`embedded-kotlin` // or `kotlin-dsl`
}
or the equivalent in GroovyBig Chungus
01/10/2023, 4:19 PMBig Chungus
01/10/2023, 4:20 PM