Gradle 6.x recommended. In 5.x, Gradle Metadata needs to be enabled by putting this into settings.gradle enableFeaturePreview("GRADLE_METADATA")
Which says that 6.x is just recommended, but when I try to use Gradle 5 I get the error
apollo-android requires Gradle version 6.0 or greater
Is there a workaround for this? Upgrading to Gradle 6 is not an option for my project right now.
Here is the change in apollo that bumps the minimum required Gradle version