Out of no where I am getting this issue ```Package...
# koin
c
Out of no where I am getting this issue
Copy code
Package 'core.data' was compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler.
Here are my Kotlin versions
Copy code
kotlin = "2.2.20"
ksp = "2.2.20-2.0.4"
Koin versions
Copy code
koin-core = "4.1.1"
koin-annotation = "2.3.0"
a
Kotlin version problem in your code