From 6d1fdf1ba61feb2434b711dcfc8f1f63c9bb520e Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Thu, 6 Jul 2023 23:03:47 +0200 Subject: [PATCH] upgrade to Kotlin 1.9.0 --- .idea/kotlinc.xml | 2 +- codeCore/src/prog8/code/core/BuiltinFunctions.kt | 2 +- .../src/prog8/codegen/cpu6502/assignment/AsmAssignment.kt | 6 ++---- compiler/src/prog8/compiler/astprocessing/AstChecker.kt | 4 ++-- compilerAst/src/prog8/ast/antlr/Antlr2Kotlin.kt | 4 ++-- docs/source/todo.rst | 1 - gradle.properties | 2 +- intermediate/test/TestInstructions.kt | 4 ++-- 8 files changed, 11 insertions(+), 14 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index ee8249b2b..54f2bd672 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -4,6 +4,6 @@