Skip to content

Commit 033fc8d

Browse files
committed
rename patch file
1 parent ce30231 commit 033fc8d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Kotlin-compose/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git clone -b ok/jetstream3_hotfix https://github.com/JetBrains/compose-multiplat
1616
pushd compose-multiplatform/
1717
git log -1 --oneline | tee -a "$BUILD_LOG"
1818
# FIXME: Use stable 2.3 Kotlin/Wasm toolchain, once available.
19-
git apply ../register-hotfix.patch | tee -a "$BUILD_LOG"
19+
git apply ../use-beta-toolchain.patch | tee -a "$BUILD_LOG"
2020
pushd benchmarks/multiplatform
2121
./gradlew :benchmarks:wasmJsProductionExecutableCompileSync
2222
# For building polyfills and JavaScript launcher to run in d8 (which inspires the benchmark.js launcher here):

0 commit comments

Comments
 (0)