备忘录库 - 找不到资源
Memo Library - failed to find resources
我正在实施文档中所述的 Memo Library:
dependencies {
def memo_version = "1.0.0"
implementation("com.zeoflow:memo:$memo_version")
implementation("com.zeoflow:memo-annotation:$memo_version")
annotationProcessor("com.zeoflow:memo-compiler:$memo_version")
}
但是当我尝试构建项目时弹出此错误。
Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Could not find Memo.memo-lib:memo:unspecified.
Required by:
project :app > com.zeoflow:memo-annotation:1.0.0
此问题已在 this issue and was fixed in this pull request 中报告。
您可以尝试以下版本 1.1.1
,其中包括对报告错误的修复或当前为 1.1.7
的最新版本。
我正在实施文档中所述的 Memo Library:
dependencies {
def memo_version = "1.0.0"
implementation("com.zeoflow:memo:$memo_version")
implementation("com.zeoflow:memo-annotation:$memo_version")
annotationProcessor("com.zeoflow:memo-compiler:$memo_version")
}
但是当我尝试构建项目时弹出此错误。
Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Could not find Memo.memo-lib:memo:unspecified.
Required by:
project :app > com.zeoflow:memo-annotation:1.0.0
此问题已在 this issue and was fixed in this pull request 中报告。
您可以尝试以下版本 1.1.1
,其中包括对报告错误的修复或当前为 1.1.7
的最新版本。