You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Kotlin build error by updating language version
The Kotlin compiler version 1.3 is no longer supported. This was causing
build failures.
This change updates the Kotlin language version to 1.8 by adding a
`languages.yaml` configuration file for `problemtools`. This file
overrides the default Kotlin configuration and sets the language
version to 1.8.
This fixes the build error "ERROR Compile error for AC submission
Stefan.kt (Kotlin) (error: language version 1.3 is no longer
supported; please, use version 1.8 or greater.)".
0 commit comments