From b66c3a394d4bf6e495c440766cda05b3da3d9b23 Mon Sep 17 00:00:00 2001 From: uyt95 Date: Wed, 26 Jun 2024 23:48:46 +0200 Subject: [PATCH] Updated for Android Studio Koala --- .idea/kotlinc.xml | 2 +- build.gradle | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index ae3f30a..6d0ee1c 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/build.gradle b/build.gradle index 69458df..bd30cad 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,13 @@ plugins { id 'org.jetbrains.intellij' version '1.16.1' - id 'org.jetbrains.kotlin.jvm' version '1.9.21' + id 'org.jetbrains.kotlin.jvm' version '2.0.0' } group 'me.uyt' -version '1.0.9' +version '1.0.10' patchPluginXml { changeNotes = """ - Updated for Android Studio Jellyfish. + Updated for Android Studio Koala. """ } @@ -19,13 +19,13 @@ repositories { } dependencies { - implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.21' + implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' } // See https://github.com/JetBrains/gradle-intellij-plugin/ intellij { // Define IntelliJ Platform against which to build the plugin project. - version = '233.14808.21' // Same IntelliJ IDEA version as target Android Studio version + version = '241.15989.150' // Same IntelliJ IDEA version as target Android Studio version type = 'IC' // Use IntelliJ IDEA CE because it's the basis of the IntelliJ Platform // Require the Android plugin, Gradle will match the plugin version to intellij.version