Nils Krüger
03/25/2025, 5:49 PMsetOf(...).forEach { mod ->
include(":axi-$mod")
project(":axi-$mod").projectDir = file(mod)
}
(is this better fitting for #CA745PZHN?)Philip W
03/25/2025, 7:30 PMincludedBuild
? If so, you can use dependencySubstitution and substitute module using project.Vampire
03/25/2025, 11:42 PMincludeBuild
you specific a directory, and the name is defined by the settings script. If it does not, the directory name is used, but that is discouraged bad practice.