Nick Anthony
12/16/2021, 7:46 PM1.6.10
support, we shipped Compose Compiler 1.1.0-rc02
with official support for Kotlin 1.6.10
(see https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.1.0-rc02). Additionally, we also started publishing a table mapping the Compose Compiler version to it's compatible Kotlin version. (https://developer.android.com/jetpack/androidx/releases/compose-kotlin)Colton Idle
12/16/2021, 8:21 PMJulianK
12/20/2021, 10:34 AMJohn O'Reilly
12/20/2021, 1:33 PM- kotlinCompilerExtensionVersion Libs.AndroidX.Compose.version
+ kotlinCompilerExtensionVersion '1.1.0-rc02' // For Kotlin 1.6.10. Revert with rc03
Nick Anthony
12/20/2021, 3:41 PM1.1.0-rc02
update, so all other Compose libraries will remain at 1.1.0-rc01
.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)Michael Paus
12/20/2021, 7:12 PMColton Idle
12/21/2021, 3:31 PM