mirror of
https://github.com/irmen/prog8.git
synced 2024-12-24 16:29:21 +00:00
upgrade to kotlin 1.8.0
This commit is contained in:
parent
19a2791c65
commit
e9ec310d8a
@ -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)
|
- rewrite 6502 codegen on Pt* ast and symboltable, instead of CompilerAst nodes. (work in codegen-on-new-ast branch)
|
||||||
- optimize "dotted string" comments again.
|
- optimize "dotted string" comments again.
|
||||||
|
|
||||||
- update to kotlin 1.8.0 once it is available in IDEA
|
|
||||||
|
|
||||||
|
|
||||||
Need help with
|
Need help with
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
@ -4,4 +4,4 @@ org.gradle.parallel=true
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
javaVersion=11
|
javaVersion=11
|
||||||
kotlinVersion=1.7.21
|
kotlinVersion=1.8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user