Kotlin / kotlin-interactive-shell

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

still uses Kotlin 1.4.32 #91

Closed nkiesel closed 2 years ago

nkiesel commented 2 years ago

This is now 2 major releases behind, and the only commit in the last 8 month was a small documentation improvement. Is this still alive?

bshtv commented 2 years ago

Hi, 1.6 up is on the radar.

glockenstein commented 2 years ago

I can compile it locally for 1.5.32, but 1.6.10 has issues.

nkiesel commented 2 years ago

I can build for 1.6.10 after adding org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-RC2 dependency to ki-shell/pom.xml. I will create a merge request just to document that.

nkiesel commented 2 years ago

Attached diff instead (not worth creating a github clone for) 0001-Upgraded-to-Kotlin-1.6.10.patch.txt

bshtv commented 2 years ago

https://github.com/Kotlin/kotlin-interactive-shell/pull/93

asm0dey commented 2 years ago

Fixed in 0.4.0