https://kotlinlang.org logo
#amper
Title
# amper
a

andreypfau

11/20/2023, 5:42 PM
Also i found bug : It seems to impossible add to
settings.gradle.kts
in root
Copy code
pluginManagement {
    includeBuild("build-logic")
}
because Amper adds build-logic by itself, but i have only
build.gradle.kts
on it, without any
module.yaml
r

routis

11/21/2023, 7:53 AM
Where would you use this
name
? Amper locates module templates or/and other dependencies to other project modules using paths. I find this approach convenient
a

Alexander Tsarev

11/21/2023, 1:09 PM
For now, Amper plugin also discovers gradle modules by discovering "build.gradle.kts". So, they are included. This is done (for now) to be able to reference them from Amper module files.
Maybe a way is needed to distinguish "included build" from just a subproject. Can you please throw any thoughts?