mutualmobile / PraxisKMP

A Kotlin multiplatform base project
49 stars 11 forks source link

setup: dependencies with composite builds #7

Closed anmolvermamm closed 2 years ago

anmolvermamm commented 2 years ago

Gradle buildSrc approach has become standard for implementing custom plugins, tasks and specifying common configurations (like dependencies list and versions) but has one major flaw — it invalidates a build cache when it is changed. On the other hand, Gradle also provides an alternative composite build approach that lacks this flaw.

Composite Builds