kotlin-hands-on / jvm-js-fullstack

https://play.kotlinlang.org/hands-on/Full%20Stack%20Web%20App%20with%20Kotlin%20Multiplatform/
121 stars 148 forks source link

Gradle: configuration avoidance #12

Closed CristianGM closed 1 year ago

CristianGM commented 2 years ago

In a nutshell, the API allows builds to avoid the cost of creating and configuring tasks during Gradle’s configuration phase when those tasks will never be executed.

More info: https://docs.gradle.org/current/userguide/task_configuration_avoidance.html

scan before the change vs scan after the change

SebastianAigner commented 1 year ago

We finally changed the git project structure to make it possible to merge this PR without having to keep 8 different branches in sync. Thank you for your enormous patience, and for your contribution! 🎉