I'm getting the following error when trying to com...
# multiplatform
k
I'm getting the following error when trying to compile my shared multiplatform code. I'm guessing it's some sort of version mismatch with something, but I cannot figure it out. Any help would be appreciated.
* What went wrong: A problem occurred configuring project ':common'.
Failed to notify project evaluation listener.
> org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeCompilation.extraOpts([Ljava/lang/Object;)V
FYI - Stacktrace narrowed it down to an old version of sqldelight. I updated from 1.2.1 to 1.30 and all is right with the world again. 😀