Answers for "Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors"

1

Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors

what solved my problem is changing this at your_app/android/build.gradle

from

ext.kotlin_version = '1.3.50'
to

ext.kotlin_version = '1.6.0'
or what ever the latest version of Kotlin available and make sure to update Kotlin version on Android Studio as well
Posted by: Guest on March-03-2022
1

flutter Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors

ext.kotlin_version = '1.5.31'
Posted by: Guest on November-04-2021

Code answers related to "Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors"

Browse Popular Code Answers by Language