blob: a7775e8096a5cc07a9c60e7f8003d9b15d9e2850 [file] [log] [blame] [view]
# Kotlin JS lock files
This directory holds yarn lock file for kotlin js / wasm js. The offline mirror is located at `prebuilts/external/androidx/javascript-for-kotlin`.
To update the prebuilts and lockfile, run `./gradlew kotlinNpmInstall kotlinWasmNpmInstall -Pandroidx.yarnOfflineMode=false && ./gradlew kotlinUpgradeYarnLock kotlinWasmUpgradeYarnLock`. You will need to upload changes from the `prebuilts/external/androidx/javascript-for-kotlin` together with changes to the lockfiles in `frameworks/support`.