Slackbot
11/10/2022, 12:17 PMVampire
11/10/2022, 12:38 PMbuild.gradle
wins and will be used, build.gradle.kts
will be ignored. But in the settings script, you can configure the build script name for each project including the root project. So if you configure build.gradle.kts
there (or even my-fancy-project.gradle.kts
) then that is what will be used and the build.gradle.kts
will be ignored. If you want logic in both, you can also use one as script plugin from the other, but (non-precompiled) script plugins are ususally not worth the quirks they come with.Vampire
11/10/2022, 12:39 PMSid B
11/10/2022, 12:56 PM