skip to Main Content

Kotlin incompatibility: The binary version of its metadata is 1.8.0, expected version is 1.6.0 – React native

I've been trying to upgrade my project's gradle from v7.3.3 to v8.0.2, and in the process I've been seeing the following error as I attempt to clean the project: /Users/johndoe/.gradle/caches/8.0.2/generated-gradle-jars/gradle-api-8.0.2.jar!/META-INF/configuration-cache.kotlin_module: Module was compiled with an incompatible version of Kotlin. The…

VIEW QUESTION
Back To Top
Search