Kotlin/Native 1.4.30 is working fine for me with t...
# squarelibraries
t
Kotlin/Native 1.4.30 is working fine for me with the current SQLDelight version. I am not running into any issues with any of the kotlinx libraries I am using so the Kotlin versions seem to be compatible.
j
Seems like some effort is being made to try and maintain binary compatibility....not sure though exactly extent to which this has been accomplished for 1.4.30 https://youtrack.jetbrains.com/issue/KT-42293?_ga=2.48252771.470074937.1612458522-123421224.1555334753
t
Yes that's right, since 1.4.0 no issues with binary compatibility for me. As I mentioned no issues with 1.4.30 either.
p
Really? When I updated, compilation failed on our ci server (this was kotest) https://github.com/kotest/kotest/issues/2080 So I assumed 1.4.30 is generally only compatible with 1.4.30
t
The kotlin builds are backwards compatible. I don't think they are forwards compatible.
p
Oh you mean I might have mixed up and the issue was that I was trying to build with an older version of kotlin?
t
I am using 1.4.21 libs in my 1.4.30 project which works fine. From what I can see in the issue, you are using a 1.4.30 lib in a 1.4.21 (I think) project.
Yes, that could be it
p
I'll try this again later. Thanks 🙏