gpt4 book ai didi

android - 更新到 1.3.0-alpha02 时找不到 androidx.compose.compiler :compiler:1. 3.0-alpha02

转载 作者:行者123 更新时间:2023-12-05 02:27:22 26 4
gpt4 key购买 nike

我想测试最新版本的 jetpack compose 1.3.0-alpha02 ( Changelog )。所以我创建了一个新项目并将版本更新为1.3.0-alpha02

但是当运行它的时候,我得到了这个错误,好像没有找到:

Execution failed for task ':app:compileDebugKotlin'.
> Could not resolve all files for configuration ':app:kotlin-extension'.
> Could not find androidx.compose.compiler:compiler:1.3.0-alpha02.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/androidx/compose/compiler/compiler/1.3.0-alpha02/compiler-1.3.0-alpha02.pom
- https://repo.maven.apache.org/maven2/androidx/compose/compiler/compiler/1.3.0-alpha02/compiler-1.3.0-alpha02.pom
Required by:
project :app

这是什么原因?我没有做什么特别的事。刚刚更新了版本

最佳答案

有些东西你错过了看

尽管当您使用 Android Studio 创建一个Template compose 项目时,它假设compose libscompose-compiler 都是相同的版本,但对于 1.3.0-alpha01 不同

来自 Release note : release note screenshot

你应该看到 compose-compiler 版本是 1.3.0-rc02

所以去更新它:

// app/build.gradle
composeOptions {
// kotlinCompilerExtensionVersion compose_version // Change this
kotlinCompilerExtensionVersion "1.3.0-rc02" // to this
}

然后重试同步

TL;博士

通常,Compose 库 的版本可能与compose-compiler 不同,因此在添加它们时,请确保添加正确的版本。

关于android - 更新到 1.3.0-alpha02 时找不到 androidx.compose.compiler :compiler:1. 3.0-alpha02,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73287165/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com