Horje
Incompatible classes were found in dependencies. Remove them from the classpath or use '-Xskip-metadata-version-check' to suppress errors Code Example
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
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'




Whatever

Related
pixi display image Code Example pixi display image Code Example
scottie k Code Example scottie k Code Example
flutter elevated button text uppercase Code Example flutter elevated button text uppercase Code Example
for loop in mips Code Example for loop in mips Code Example
what is the effect of keeping a constructor private Code Example what is the effect of keeping a constructor private Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7