kotlin-hands-on / web-app-react-kotlin-js-gradle

https://play.kotlinlang.org/hands-on/Building%20Web%20Applications%20with%20React%20and%20Kotlin%20JS/
135 stars 115 forks source link

Build is very slow #14

Closed larzknoke closed 2 years ago

larzknoke commented 2 years ago

Hi,

the build time after every change take up to 20-30 seconds. Is this normal?

Bildschirmfoto 2021-09-21 um 23 08 01

id("org.jetbrains.kotlin.js") version "1.5.0" distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip MacBook Pro (13-inch, M1, 2020)

SebastianAigner commented 2 years ago

Unfortunately, the build speeds of Kotlin/JS projects still need to be optimized in general – this is not a problem with this specific project. If you feel that your performance is an outlier, you're of course welcome to report it at https://kotl.in/issue, ideally with your reproducer project and setup, and the team will take a look in time.