handstandsam
05/09/2022, 3:30 PMmultiplatform
plugin and JUST used jvm
for the exact same code, total build time is ~15 seconds faster still with the move from a Precompiled Kotlin Script Plugin (.gradle.kts
) to a Kotlin Plugin (.kt
)
.gradle.kts (Slower) -> https://github.com/handstandsam/ShoppingApp/pull/60
.kt (Faster) -> https://github.com/handstandsam/ShoppingApp/pull/59