Recent release of Kotlin SDK (2.0.0) added support for Appwrite 1.3.x features but also bumped Kotlin version to 1.8.0, which is great, but open-runtimes and Appwrite only supports Kotlin 1.6 for functions. So SDK is there, but it is not possible to create a function and use it - build fails with obvious message that Kotlin version is not compatible.
Am I missing something here maybe 🧐?
Recent release of Kotlin SDK (2.0.0) added support for Appwrite 1.3.x features but also bumped Kotlin version to 1.8.0 What do you mean by this? How did Appwrite upgrade Kotlin to 1.8.0? I'm a little confused 😅
oh wait
you mean the Kotlin SDK uses 1.8.0
ah okay got it. let me see what I can find on this
Well as you said, it seems like there is a mismatch in the supported version for cloud functions, and the latest version of the Kotlin SDK for Appwrite.
maybe they'll release a runtime for kotlin 1.8.0 soon
Yea exactly, SDK uses 1.8.0 but runtime only goes up to 1.6.0. Only way to use it is to downgrade to older Kotlin SDK and not use new features for now.
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...