Hi,
Currently when using koltin js gradle plugin:
plugins {
kotlin("js") version "1.3.50"
}
yarn.lock
file is being placed in build/js
directory and thus recreated each time npm dependencies installed.
Typically yarn.lock
should be persisted(committed) in order to lock dependency tree. Are there any options to persist it?