Commit 4efead0
committed
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.)".1 parent 75e4335 commit 4efead0
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments