From dd68ef111b7263eee98e46515c703df9bdf86261 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 7 May 2025 14:15:01 -0700 Subject: [PATCH] Change the Kotlin language version to 2.1 --- .idea/kotlinc.xml | 7 ++----- src/bld/java/net/thauvin/erik/MobibotBuild.java | 4 ++-- src/main/kotlin/net/thauvin/erik/mobibot/Mobibot.kt | 8 ++++---- src/main/kotlin/net/thauvin/erik/mobibot/Utils.kt | 4 ++-- .../thauvin/erik/mobibot/commands/links/LinksManager.kt | 6 +++--- .../net/thauvin/erik/mobibot/commands/links/View.kt | 2 +- .../net/thauvin/erik/mobibot/modules/CryptoPrices.kt | 2 +- .../kotlin/net/thauvin/erik/mobibot/modules/StockQuote.kt | 4 ++-- .../net/thauvin/erik/mobibot/modules/ChatGpt2Test.kt | 2 +- .../net/thauvin/erik/mobibot/modules/Gemini2Test.kt | 6 +++--- 10 files changed, 21 insertions(+), 24 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index f70d82d..9156431 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -7,10 +7,7 @@