Kattis / problemtools

Tools to manage problem packages using the Kattis problem package format.
MIT License
101 stars 70 forks source link

Verifyproblem Kotlin version >= 1.7 #242

Closed FinnLidbetter closed 7 months ago

FinnLidbetter commented 8 months ago

The kotlin version used in verifyproblem is Kotlin 1.3, which is now quite old.

At time of writing, Kattis uses Kotlin 1.8.10 and ICPC World Finals uses Kotlin 1.7.21. See https://open.kattis.com/languages/kotlin and https://docs.icpc.global/worldfinals-programming-environment/.

Could the Kotlin version be upgraded to 1.7 or higher? I was writing judge submissions for the ICPC North America East Division contest (held at naeast23.kattis.com) in Kotlin and I ended up having to re-write all of my submissions for compatibility with Kotlin 1.3, such that the problems could be installed.