cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
428 stars 60 forks source link

Kobalt compiler using Kotlin 1.2.70, Ktor needs at least Kotlin 1.3 #504

Closed knight-robert closed 5 years ago

knight-robert commented 5 years ago

screenshot of cli

Hi cbeust, I'm trying to generate a Fat JAR for Ktor. It looks like the internal Kotlin compiler in Kobalt is using an older version of Kotlin (1.2.70). If you look in the screenshot, it looks like a Route is only available in Kotlin 1.3 for use in Ktor. I hope you can fix.

cbeust commented 5 years ago

Fixed in 1.0.125. Your next ./kobaltw assemble should update to 1.0.125 which updates to Kotlin 1.3.41.