Jetbrains compose is not using latest alpha version of compose foundation
r
Jetbrains compose is not using latest alpha version of compose foundation
@olonho
Here is the source code of Modifier.scroll method where was an update with relocation support in recent changes
Here is the code with the latest changes in 1,1.0-alpha02
i
JB versions now built from https://github.com/JetBrains/androidx/tree/jb-main fork branch, which was not rebased on androidx-main since Jb Compose Alpha. I plan to rebase it today or tomorrow.
🙏 1
🙏 6
m
@Igor Demin does it mean, that Kotlin 1.5.30 will be working? I am looking forward to test Apple Silicon support but have also Jetpack for Android and JVM Desktop.
1
i
No, it isn't merged yet to androidx-main
🙏 1
r
It's merged )
🚀 1
🎉 5
i
Then we rebase it again after the current rebase will be completed 🙂
K 1
d
Hoping the merge also includes this fix 🤞 Good luck, it looks like there are some really critical fixes due in next build, that early Compose/Multiplatform devs like myself are awaiting. I can usually work around early tooling bugs, but right now I'm almost completely stalled. I know JB Compose team are working hard on this 🙏. Excited for next build 🙂
i
Done. 1.0.0-alpha4-build328 with Kotlin 1.5.30
🎉 3
r
This version (1.1.0-alpha04) of the Compose Compiler requires Kotlin version 1.5.30
😀