https://kotlinlang.org logo
Title
a

alec

03/28/2023, 1:23 PM
I have a build reporting that the yarn lock file needs to be updated, but if I run it locally there are no changes. Conversely in a separate PR it goes green on CI, but if I run the same build locally it asks me to update the yarn lock. This makes me think the actual output of the yarn lock file is different locally vs CI in my setup - wondering if anyone has run into this or if anyone has any ideas as to why this is happening?
d

Derek Ellis

03/28/2023, 1:26 PM
If this is about that SQLDelight job, it's weird that it only happens with the multiplatform plugin and not the js plugin!
a

alec

03/28/2023, 1:28 PM
yes its about SQLD
im wondering if we should just disable this behavior or have it warn instead of fail the build
a

andylamax

03/28/2023, 3:07 PM
I like that it fails the build
a

Andrew

03/28/2023, 4:23 PM
Are the same yarn versions used in both environments?
d

Derek Ellis

03/28/2023, 6:08 PM
The yarn version is whatever the Kotlin gradle plugin provides (so yes, presumably)