Kotlin / kotlin-interactive-shell

Kotlin Language Interactive Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for newer Kotlin versions?

oxisto opened this issue · comments

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 Fraunhofer-AISEC/cpg#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