I have a java project work, which is written in Kotlin.
I can’t it compile with latest compiler.
Within the project I found kotlin-runtime version 0.5.14, I believe that I must use myself kotlinc 0.5.14.
I tried to take the compiler from Release build-0.5.14 · JetBrains/kotlin · GitHub, but the assembly failed, all dependencies references outdated.
Who can send me some kotlinc 0.5.14?
How do I compile the project with kotlin-runtime 0.5.14?
There is a build with quite close version 0.5.162 on our teamcity server. You can try to download artifacts from there: Ring (Use “Login as guest” option)
But anyway I strongly recommend to upgrade to a modern version of Kotlin if you’re to maintain this project in the long term.