andreypfau
11/20/2023, 5:42 PMsettings.gradle.kts
in root
pluginManagement {
includeBuild("build-logic")
}
because Amper adds build-logic by itself, but i have only build.gradle.kts
on it, without any module.yaml
routis
11/21/2023, 7:53 AMname
?
Amper locates module templates or/and other dependencies to other project modules using paths.
I find this approach convenientAlexander Tsarev
11/21/2023, 1:09 PM