Did you know that you can actually <use YAML for M...
# kotlin-toolchain
s
Did you know that you can actually use YAML for Maven POM files? The syntax might be a source of inspiration for Amper. For example, I like how scopes a declared via a
@scope
suffix. IMO that's clearer than an "exported" statement for API dependencies.
a
yes, we knew, but thanks for pinpointing we have similar syntax and we not only use it with properties, but also with the folder names now it's only limited with some of the top-level properties, but we might expand it to all the properties inside
> For example, I like how scopes a declared via a
@scope
suffix. IMO that's clearer than an "exported" statement for API dependencies. That's interesting though that you find maven
scope
clearer, could you please elaborate a bit? How would you expect scopes work? check this out please for the inspiration in Maven
compile
means
compile+runtime+exported
I'm just curious, if what we did, might be not as intuitive as we imagined, this is why, I'm really interested to see your perspective