Interesting, sometimes I see failing back to Java ...
# gradle
e
Interesting, sometimes I see failing back to Java 21 and sometimes to Java 22, why it is not consistent?
Copy code
Kotlin does not yet support 23 JDK target, falling back to Kotlin JVM_21 JVM target
Kotlin does not yet support 23 JDK target, falling back to Kotlin JVM_22 JVM target
v
Maybe different Kotlin versions?
☝️ 1
e
It is mono repo but we use other plugins that probably compiled with different Kotlin
v
Mono repo per-se just means that you stuff a lot of lightly related or unrelated things that should not be in the same VCS together into one VCS anyway, it says nothing about how things are built. I didn't think it is relevant with what Kotlin version things you use were built. I didn't think that should in any way influence that message. I more meant that you for example have a composite build where one of the builds uses one Motion version and another used another one.
e
With mono I mean that we use same version catalogue in convention plugins and project. But I understood what you're saying.
👌 1