Tian Tian098
12/16/2024, 8:24 PMkotlin.js.yarn = false
. The new package.lock file contains references to subprojects in my own repo! So every time I change the version of my repo, I have to run kotlinUpgradePackageLock
again! (And that changes the package.lock file and I have to commit that again!)
Does anyone know how to exclude your own project's sub projects from package.lock?ian.shaun.thomas
12/16/2024, 8:28 PMorg.gradle.configureondemand=false
in the gradle.properties as the only real work around.ian.shaun.thomas
12/16/2024, 8:28 PMTian Tian098
12/16/2024, 8:42 PMian.shaun.thomas
12/16/2024, 8:42 PMEdoardo Luppi
12/16/2024, 11:14 PMArtem Kobzar
12/17/2024, 8:35 AMTian Tian098
12/18/2024, 3:12 PM