Anyone else getting this error?: ```> Could not...
# realm
i
Anyone else getting this error?:
Copy code
> Could not resolve all files for configuration ':androidApp:debugRuntimeClasspath'.
   > Could not resolve io.realm.kotlin:library-base:0.8.0.
     Required by:
         project :androidApp > project :shared
      > Could not determine whether value 7.1.0-beta05 is compatible with value 7.1.0-rc01 using AgpVersionCompatibilityRule.
         > Using multiple versions of the Android Gradle plugin(7.1.0-beta05, 7.1.0-rc01) in the same build is not allowed.
c
Our latest release didn’t include the fix from https://youtrack.jetbrains.com/issue/KT-49798, so the consuming project need to match the Android gradle plugin that we used for publishing. We will try to get a release with that out today/tomorrow to eliminate the constraint.
i
@Claus Rørbech Thanks!
c
We released `io.realm.kotlinlibrary base0.8.2`that includes the fix so that you don’t have to match our Android Gradle plugin version.