<https://discuss.kotlinlang.org/t/import-error-som...
# forum
r
[ Import error ]Some Kotlin libraries attached to this project were complied with a newer Kotlin complier and can't be read

https://global.discourse-cdn.com/business5/uploads/kotlinlang/original/2X/6/6cd20ad62fa6812edc0d9aca381527d795a36ba3.png

Something wrong has happened when I add a new dependencies. //My 'build.gradle.kts' //Same error happened when I try Gradle Groovy DSL plugins { val kotlinVersion = "1.8.10" kotlin("jvm") version kotlinVersion...