I haven't tried this, but I'm 99% sure that it's only the contents of the YAML template file that get merged in.
zsmb
05/20/2024, 1:57 PM
For sharing Gradle configuration between modules, I think the go-to way is still to create a convention plugin that contains the config and then apply it in the modules where you want it
👍 1
thank you color 1
j
Joffrey
05/20/2024, 2:52 PM
Yes, Gradle interop is independent of Amper templates. So you would have to use convention plugins to share config between Gradle build files, and Amper templates to share config between Amper files