Which of the following error messages might you encounter when attempting to run a Kotlin module that was compiled with an incompatible version?
A) The module was compiled with an incompatible version of Java. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
B) The module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
C) The module was compiled with an incompatible version of Scala. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
D) The module was compiled with an incompatible version of Python. The binary version of its metadata is 1.8.0, expected version is 1.6.0.



Answer :