Kotlin / kotlin-interactive-shell

Kotlin Language Interactive Shell
Apache License 2.0
587 stars 36 forks source link

Support for newer Kotlin versions? #128

Closed oxisto closed 10 months ago

oxisto commented 1 year ago

Hi!

We are using this project to have a small shell in our source code analysis project (https://github.com/Fraunhofer-AISEC/cpg) and it worked quite well! But recently, because of upgrades to the Kotlin version, the shell has stopped working altogether (see also https://github.com/Fraunhofer-AISEC/cpg/issues/1272):

ERROR Class 'de.fraunhofer.aisec.cpg.TranslationConfiguration' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.

Are there any plans to support newer Kotlin versions? I see that there was not much activity on this repo recently. Is this still something that the Kotlin team considers supporting?

BR,

Christian

ligee commented 10 months ago

Updated to 1.9.10