You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating Dagger to 2.45 adds Kotlin 1.7.10 as a transitive dependency to the project. It is better to do the Kotlin update explicitly rather than implicitly.
Updating Navigation to 2.5.3 adds Kotlin 1.6.21 as a transitive dependency to the project. It is better to do the Kotlin update explicitly rather than implicitly.
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:
Parent #17551
🚫 Blocked By (for
Dagger
):Dagger
to2.45
addsKotlin 1.7.10
as a transitive dependency to the project. It is better to do theKotlin
update explicitly rather than implicitly.Navigation
to2.5.3
addsKotlin 1.6.21
as a transitive dependency to the project. It is better to do theKotlin
update explicitly rather than implicitly.FYI: Actually, on the
Navigation
update, the build even fails in this case, complaining onCompose Compiler
incompatibility. Thus, unlessCompose Compiler
too is updated to point to1.2.0-rc02
, which is known to be compatible withKotlin 1.6.21
(see Compose to Kotlin Compatibility Map), the build would not manage to succeed.navigation-2.5.3
This issue is about updating all
Main - Plugins
related dependencies for the whole project.This
Main - Plugins
batch contains only the following2
dependencies:daggerVersion = '2.42'
(see releases) Related Comment -> [Dependency Updates] UpdatedaggerVersion
to 2.45 #18336 -> [Dependency Updates] AndroidX Compose/Kotlin (Final Tweaks) #18379 -> commit -> [Dependency Updates] Main Batch - AndroidX Compose/Kotlin (plus Core) #18364 -> commitnavComponentVersion = '2.4.2'
(see releases) [Dependency Updates] UpdatenavigationVersion
to 2.5.3 #18554The text was updated successfully, but these errors were encountered: