Giter Club home page Giter Club logo

Comments (3)

martinbonnin avatar martinbonnin commented on July 17, 2024 1

Hi 👋 The general idea is:

  • stable Apollo versions (3.8 right now) are conservative when it comes to Kotlin versions and will always use latest stable (or even older one if there's no reason to upgrade)
  • alphas/beta use latest KGP but target stable apiVersion/languageVersion.
    • On JVM projects, there should be no issue using apollo:4.0.0-beta.6 with Kotlin 1.9.x.
    • It's a bit less clear on Native/JS because there's no languageVersion support for native (related Youtrack)

What we've seen so far is that KMP projects usually need to track the Kotlin version pretty closely because that part of the ecosystem is moving quite fast. If it's slowing down we'll consider being more conservative for alphas/betas as well but being able to use latest build tools while targetting older binaries seems pretty important for the ecosystem overall. I wouldn't give up on this without trying it a bit more. If you have specific issues, please share them so we can make sure the ecosystem evolves smoothly.

from apollo-kotlin.

github-actions avatar github-actions commented on July 17, 2024

Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Kotlin usage and allow us to serve you better.

from apollo-kotlin.

martinbonnin avatar martinbonnin commented on July 17, 2024

@damianpetla for the record, I asked the question of languageVersion support for non-JVM at KotlinConf and looks like it's not coming any time soon.

One argument is that K/N users need to update their KGP version frequently to track Xcode releases so supporting older versions is not very high on the todo list.

As for us, I think we'll continue doing the following:

  • update KGP as soon as possible and set languageVersion = n - 1
  • gives ~1 year of upgrade time for JVM
  • non-JVM users will have to update KGP in their build before they can update to the latest Apollo version. They can obviously keep using the older versions of Apollo.

f you see any compatibility issue on the JVM, please raise them and we'll investigate.

from apollo-kotlin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.