Answers for "after flutter upgreade module was compiled with an incompatible version of kotlin. the binary version of its metadata is 1.5.1, expected version is 1.1.15."

2

module was compiled with an incompatible version of kotlin. the binary version of its metadata is 1.5.1, expected version is 1.1.16.

for someone who is still looking for answer to this, here is 
the working solution for this problem. In your project level open 
build.gradle file, increase the ext.kotlin.version from whatever 
version you have, to '1.4.32' or whatever the latest version is 
available. Thanks

you can get lasted version from here:
	https://kotlinlang.org/docs/releases.html#release-details
Posted by: Guest on November-13-2021
-1

github:Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.15 in android

Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.15
Posted by: Guest on June-14-2021

Code answers related to "after flutter upgreade module was compiled with an incompatible version of kotlin. the binary version of its metadata is 1.5.1, expected version is 1.1.15."

Code answers related to "TypeScript"

Browse Popular Code Answers by Language