【发布时间】:2020-12-10 15:03:49
【问题描述】:
编译时会出现此错误。
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\cloud_firestore-0.14.0+1\android\build.gradle' line: 54
* What went wrong:
A problem occurred evaluating project ':cloud_firestore'.
> Could not find method platform() for arguments [com.google.firebase:firebase-bom:25.3.1] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
我的 build.gradle 有什么问题?
【问题讨论】:
-
尝试、清理和重建选项
-
刚试了没用
标签: flutter gradle google-cloud-firestore