是否可以将 apollo-android v2 与 Gradle 5 一起使用?

Is it possible to use apollo-android v2 with Gradle 5?

The docs for v2 say that

Gradle 6.x recommended. In 5.x, Gradle Metadata needs to be enabled by putting this into settings.gradle enableFeaturePreview("GRADLE_METADATA")

也就是说 6.x 只是推荐的,但是当我尝试使用 Gradle 5 时,我得到了错误

apollo-android requires Gradle version 6.0 or greater

有解决办法吗?升级到 Gradle 6 目前不适合我的项目。

Here is the change 在 apollo 中提高了最低要求 Gradle 版本

我打开了一个 Github Issue with the apollo-android team and they've merged a fix to remove the Gradle 6 requirement. They've dropped the requirement down to 5.6 尽管修复尚未合并到一个版本中。应该在 v2.3.1 之后的下一个版本中可用。