Dave Mankoff
12/10/2024, 11:05 PMkotlin.metadata
is now "stable" and is "part of kotlin distribution" [1] but I don't see the jar in any of the artifacts[2]. Where am I supposed to get it if I don't/can't use gradle?
[1] https://github.com/JetBrains/kotlin/blob/master/libraries/kotlinx-metadata/jvm/Migration.md
[2] https://github.com/JetBrains/kotlin/releasesDave Mankoff
12/10/2024, 11:05 PMlib
directory:Youssef Shoaib [MOD]
12/10/2024, 11:07 PM1. Change coordinates of the library in your dependency declarations. The new coordinates are. For example:org.jetbrains.kotlin:kotlin-metadata-jvm
implementation("org.jetbrains.kotlin:kotlin-metadata-jvm:2.0.0-RC")
Dave Mankoff
12/11/2024, 2:17 PMDave Mankoff
12/11/2024, 2:18 PMDave Mankoff
12/11/2024, 2:18 PMAlexander.Likhachev
12/13/2024, 5:56 AMsandwwraith
12/13/2024, 11:45 AM