Kotlinc compiler v0.5.14

Hello.

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?

You should really upgrade the project to the current version of Kotlin.

It is not an option.

The project has a lot of algorithms, I just need a little fix.

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.

1 Like

Thanks a lot, it’s worked!