We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce30231 commit 033fc8dCopy full SHA for 033fc8d
Kotlin-compose/build.sh
@@ -16,7 +16,7 @@ git clone -b ok/jetstream3_hotfix https://github.com/JetBrains/compose-multiplat
16
pushd compose-multiplatform/
17
git log -1 --oneline | tee -a "$BUILD_LOG"
18
# FIXME: Use stable 2.3 Kotlin/Wasm toolchain, once available.
19
-git apply ../register-hotfix.patch | tee -a "$BUILD_LOG"
+git apply ../use-beta-toolchain.patch | tee -a "$BUILD_LOG"
20
pushd benchmarks/multiplatform
21
./gradlew :benchmarks:wasmJsProductionExecutableCompileSync
22
# For building polyfills and JavaScript launcher to run in d8 (which inspires the benchmark.js launcher here):
Kotlin-compose/register-hotfix.patch renamed to Kotlin-compose/use-beta-toolchain.patch
0 commit comments