Will SQLDelight get a pre-release for Kotlin 1.3.5...
# squarelibraries
t
Will SQLDelight get a pre-release for Kotlin 1.3.50? That will give the possibility to test if everything works fine for Kotlin/Native 1.3.50. I would really like to try out Kotlin 1.3.50 but I can’t because SQLDelight has no release for that Kotlin version.
☝️ 2
I tried building SQLDelight myself but had trouble with some build errors. A pre-release would be great!
l
What build errors did you have and what OS are you on? I'm on Linux and have to
export TRAVIS_OS_NAME=linux
to avoid some iOS testing stuff breaking during gradle configuration.
t
@lfielke I am on Mac OS. The iOS testing didn’t work for me either so I built it by using:
./gradlew build -x test
This works fine and the build is successful. However, when I update the Kotlin version to 1.3.50-eap54 it says it cannot find the
com.jetbrains.plugins:org.jetbrains.kotlin
plugin in project
:sqldelight-idea-plugin
.
Created an issue to ask for a pre-release: https://github.com/square/sqldelight/issues/1435