Do you want to include the web artifacts in the ne...
# compose-web
h
Do you want to include the web artifacts in the next release of Compose (with Kotlin 1.5.0)?
o
the next release of web artifacts will be based on Kotlin 1.5.0. and it's still going to be a separate release from compose, meaning one would need to use a special version to have web artifacts included (same thing is true for the current version of compose-web).
🚀 2
h
After build211, which requires Kotlin 1.5.10, what about supporting Kotlin 1.5.10 in the web artifact too? 😄
o
🙂 it's in our plan as well. Should not take long
🎉 1
h
Compose Web dev 13 also uses Coroutines 1.4.3 under the hood, which does not work when you depend on Coroutines 1.5.0
Copy code
+--- org.jetbrains.compose.web:web-core:0.0.0-web-dev-13
|    \--- org.jetbrains.compose.web:web-core-js:0.0.0-web-dev-13
|         +--- org.jetbrains.kotlin:kotlin-stdlib-js:1.5.0 (*)
|         +--- org.jetbrains.compose.runtime:runtime:0.0.0-web-dev-13
|         |    \--- org.jetbrains.compose.runtime:runtime-js:0.0.0-web-dev-13
|         |         +--- org.jetbrains.kotlin:kotlin-stdlib-js:1.5.0 (*)
|         |         +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.0
|         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3 -> 1.5.0 (*)
|         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.5.0
\--- org.jetbrains.compose.runtime:runtime:0.0.0-web-dev-13 (*)
o
Thanks! Will fix
h
Do you want to get a sample project?
o
Sure, if you have something around, please share it :)
h
Will also fail without Ktor using window.fetch 🙂
o
You are right, it's best to be aligned with androidx when it comes to versions. As for 1.5.10, it's in master branch, but not released yet.