Is there any ETA for new release of sqldelight? With kotlin 1.3.60 support
p
Paul Woitaschek
12/09/2019, 12:37 PM
What is special about 1.3.60 that it needs special support?
j
Jan Stoltman
12/09/2019, 12:38 PM
When using Kotlin-Native Kotlin versions between projects/libraries have to be aligned, so if any library is stuck with kotlin 1.3.50 then you cannot use it in project with kotlin 1.3.60
p
Paul Woitaschek
12/09/2019, 12:39 PM
Huh? Is someone working on getting rid of that restriction? That's quite a pain
j
Jan Stoltman
12/09/2019, 12:40 PM
From my foggy recollection, it's all about abi stability which might take quite some time to "fix"