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

Android Studio – kotlin-android studio dependency handler error

Facing this error (Could not get unknown property 'kotlin_version' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler) following is the build gradle code. plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' } android { namespace 'com.example.forpfl2' compileSdk 33 defaultConfig { applicationId "com.example.forpfl2" minSdk 16 targetSdk…

VIEW QUESTION
Back To Top
Search