What's the performance overhead of using Amper vs ...
# amper
h
What's the performance overhead of using Amper vs standard
build.gradle
and
build.gradle.kts
?
1
It looks like it's a very very small overhead of parsing the YAML file and transforming this into Gradle logic.
m
I would expect it to be faster: change a data value => your buildscript classpath doesn't change => no need to recompile/reexecute stuff
👍 2
👍🏼 1