upgrade to kotlin 1.8.0

This commit is contained in:
Irmen de Jong 2023-01-27 22:14:10 +01:00
parent 19a2791c65
commit e9ec310d8a
2 changed files with 1 additions and 3 deletions

View File

@ -20,8 +20,6 @@ For 9.0 major changes
- rewrite 6502 codegen on Pt* ast and symboltable, instead of CompilerAst nodes. (work in codegen-on-new-ast branch)
- optimize "dotted string" comments again.
- update to kotlin 1.8.0 once it is available in IDEA
Need help with
^^^^^^^^^^^^^^

View File

@ -4,4 +4,4 @@ org.gradle.parallel=true
org.gradle.daemon=true
kotlin.code.style=official
javaVersion=11
kotlinVersion=1.7.21
kotlinVersion=1.8.0