That mapping is 💯
Also, thanks for getting an update out quickly. 1.6.0 of kotlin had a bunch of issues so being able to get onto 1.6.10 without a snapshot is amazing.
- kotlinCompilerExtensionVersion Libs.AndroidX.Compose.version
+ kotlinCompilerExtensionVersion '1.1.0-rc02' // For Kotlin 1.6.10. Revert with rc03
n
Nick Anthony
12/20/2021, 3:41 PM
Only the Compose Compiler received the
1.1.0-rc02
update, so all other Compose libraries will remain at
1.1.0-rc01
.
Nick Anthony
12/20/2021, 3:50 PM
The general no-guarantees plan is to re-align versions at
1.1.0-rc03
, if we need a rc03 🙂. As an aside, we managed to keep all Compose libraries in sync until now, but in the future, we do expect more version splits. It let's us ship faster updates to parts of Compose and removes 'empty' updates (versions without any changes)
m
Michael Paus
12/20/2021, 7:12 PM
And what will help us to keep the builds consistent? This all starts to become a 1000 pieces puzzle.
👍 2
💯 1
c
Colton Idle
12/21/2021, 3:31 PM
Can compose team consider using gradle BOM like firebase?