I started getting `Class … is compiled by a pre-re...
# multiplatform
m
I started getting
Class … is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
for classes and top level functions in
shared
module. Am using Kotlin version
1.6.21
for month now and today I started to get those errors. I don’t understand this
e
are you using
-Xcontext-receivers
anywhere?
m
yes, using it in
shared
module
and once I use it in Android module as well now it works
thank you!
k
thanks a lot, I was stuck at a problem because of context receiver args, after removing it, it fixed my problem