jsoizo/kotlin-csv

The binary version of its metadata is 1.6.0, expected version is 1.4.2.

rezammalik opened this issue · 0 comments

Describe the bug
I am trying to pull down the dependency using this with Kotlin 1.6.10 and get this error

Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.4.2.

To Reproduce
Added this to my build.gradle.kts file

implementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.6.0")

Expected behavior
I should be able to pull down kotlin-csv 1.6.0 with Kotlin version 1.6.10

Environment

  • kotlin-csv version;: 1.6.10
  • java version: java 8
  • OS: MacOS