This message was deleted.
# kotlin-dsl
s
This message was deleted.
e
buildSrc/src/kotlin/main/*
but depending on what you're doing, there's probably a better way (version catalogs, convention plugins, included builds)
s
Thank you so much @ephemient! Managed to make it work with
buildSrc/src/java/main/*.java
as well, it is exactly the behaviour I was looking for.
e
ah right, Kotlin won't work out of the box in
buildSrc
unless your
buildSrc/build.gradle.kts
contains
Copy code
plugins {
    `embedded-kotlin` // or `kotlin-dsl`
}
or the equivalent in Groovy
b
Wait what? Gradle supports scala buildfiles??
Ah, nvm. Different build system