Skip to content

Commit

Permalink
Updated for Android Studio Koala
Browse files Browse the repository at this point in the history
  • Loading branch information
uyt95 committed Jun 26, 2024
1 parent 23627b0 commit b66c3a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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.
"""
}

Expand All @@ -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
Expand Down

0 comments on commit b66c3a3

Please sign in to comment.