Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #module #compiled #incompatible #version #binary #version #metadata #expected #version
ADD COMMENT
Topic
Name
9+6 =