-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Parent #17551
🚫 Blocked By (for Dagger):
- Dependency Updates - Main Batch - AndroidX Compose/Kotlin #17563
- Updating
Daggerto2.45addsKotlin 1.7.10as a transitive dependency to the project. It is better to do theKotlinupdate explicitly rather than implicitly. - Updating
Navigationto2.5.3addsKotlin 1.6.21as a transitive dependency to the project. It is better to do theKotlinupdate explicitly rather than implicitly.
- Updating
FYI: Actually, on the Navigation update, the build even fails in this case, complaining on Compose Compiler incompatibility. Thus, unless Compose Compiler too is updated to point to 1.2.0-rc02, which is known to be compatible with Kotlin 1.6.21 (see Compose to Kotlin Compatibility Map), the build would not manage to succeed.
navigation-2.5.3
> Task :WordPress:compileJetpackWasabiDebugKotlin FAILED
e: This version (1.1.1) of the Compose Compiler requires Kotlin version 1.6.10 but you appear to
be using Kotlin version 1.6.21 which is not known to be compatible. Please fix your configuration
(or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
This issue is about updating all Main - Plugins related dependencies for the whole project.
This Main - Plugins batch contains only the following 2 dependencies:
-
daggerVersion = '2.42'(see releases) Related Comment -> [Dependency Updates] UpdatedaggerVersionto 2.45 #18336 -> [Dependency Updates] AndroidX Compose/Kotlin (Final Tweaks) #18379 -> commit -> [Dependency Updates] Main Batch - AndroidX Compose/Kotlin (plus Core) #18364 -> commit -
navComponentVersion = '2.4.2'(see releases) [Dependency Updates] UpdatenavigationVersionto 2.5.3 #18554