You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried upgrading my mod to kotlin 2.1.0 today and the remapper fails with this error:
java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: kotlinx-metadata-jvm cannot write metadata for future compiler versions. Requested to write version 2.1.0, but highest known version is 2.0.0
I tried upgrading my mod to kotlin 2.1.0 today and the remapper fails with this error:
kotlinx-metadata-jvm has become a stable library and is published under org.jetbrains.kotlin:kotlin-metadata-jvm:$kotlin_version
See here: https://github.com/JetBrains/kotlin/blob/master/libraries/kotlinx-metadata/jvm/ReadMe.md
The text was updated successfully, but these errors were encountered: