I did some preliminary testing with kotlin 1.5.0 a...
# graphql-kotlin
j
I did some preliminary testing with kotlin 1.5.0 and the upcoming co-routines 1.5.0-RC and the latest expedia graphql 4.1. It looks like there is a bit of breakage. Some errors about functions that no longer exist in co-routines that look like they are being called from graphql. 1.4.3 is fine. We have some other issues as well blocking the upgrade (latest kotlinx serialization looks like it breaks stuff, one of our test libraries doesn't work with kotlin 1.5) so we are rolling back for now. Early days of course, but you might want to start testing with this on a branch.
d
thanks for the heads up, pretty disappointing that lib compiled using 1.4 breaks in 1.5 😞