Not sure if this is the best place to post this, b...
# language-evolution
a
Not sure if this is the best place to post this, but is there a source for values for
apiVersion
and
languageVersion
like a maven artifact or Github Release? I'm trying to set up a CI matrix to make sure we're compatible with the latest versions, but would like to avoid hardcoding them and somehow programatically fetch the latest ones where possible
j
eap repository
a
any particular artifact that has versions like "1.5" instead of "1.5.31", or "1.6" instead of "1.6.0-RC2"?
j
I haven't deal with it, but probably you can just delegate to Gradle to do that, i.e 1.6+
If you are using version catalogs, you can check the docs here
a
yeah i'm specifically talking about the compatibility modes features: https://kotlinlang.org/docs/compatibility-modes.html they expect strings like "1.6" and not a fully-formed version number like "1.6.0"