aPureBase / KGraphQL

Pure Kotlin GraphQL implementation
https://kgraphql.io
MIT License
298 stars 58 forks source link

Upgrade to Kotlin 1.4 #113

Closed jeggy closed 3 years ago

jeggy commented 4 years ago

We should upgrade to Kotlin 1.4 and make this our main focus for all future releases of KGraphQL.

Point of this issue is to gather information about what is needed to do before we have fully moved to 1.4. People are welcome to just try and clone this project and see what happens if we upgrade to 1.4 and report back here on what's needed 😃

jeggy commented 4 years ago

Just a note: Something that I have been thinking about is re-doing a lot of the internals to depend on the new typeOf<T>() function so we can easily inspect all types. (This doesn't have to be in the initial 1.4 supported release)

NathanPB commented 3 years ago

Kotlin 1.5 is out :eyes:

jeggy commented 3 years ago

Upgraded to 1.5 in version 0.17.9