You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting several of these errors when building with Android 14 AOSP like
packages/apps/Seedvault/core/src/main/java/org/calyxos/seedvault/core/backends/webdav/WebDavBackend.kt:9:27: error: class 'at.bitfire.dav4jvm.DavCollection' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
How to fix the 'The binary version of its metadata is 2.0.0, expected version is 1.8.0.'?
The text was updated successfully, but these errors were encountered:
I keep getting several of these errors when building with Android 14 AOSP like
packages/apps/Seedvault/core/src/main/java/org/calyxos/seedvault/core/backends/webdav/WebDavBackend.kt:9:27: error: class 'at.bitfire.dav4jvm.DavCollection' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
How to fix the 'The binary version of its metadata is 2.0.0, expected version is 1.8.0.'?
The text was updated successfully, but these errors were encountered: